stemcell 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ exec 2> /var/log/init.err
30
30
  ##
31
31
 
32
32
 
33
+ chef_version=11.4.0
33
34
  repo_dir=/etc/chef/src
34
35
  role=<%= @chef_role %>
35
36
  origin=<%= @git_origin %>
@@ -67,7 +68,7 @@ get_instance_id() {
67
68
  install_chef() {
68
69
  if ! which chef-solo > /dev/null ; then
69
70
  echo installing chef via omnibus...
70
- curl -L --silent https://www.opscode.com/chef/install.sh | sudo bash -s -- -v 11.2.0 1>&2
71
+ curl -L --silent https://www.opscode.com/chef/install.sh | sudo bash -s -- -v $chef_version 1>&2
71
72
  # TODO(mkr): this is a hack to get chef-solo-search working
72
73
  /opt/chef/embedded/bin/gem install --no-ri --no-rdoc treetop
73
74
  else
@@ -1,3 +1,3 @@
1
1
  module Stemcell
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stemcell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: