gusteau 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/bootstrap/centos.sh CHANGED
@@ -11,5 +11,5 @@ else
11
11
  tar zxf rubygems-1.8.10.tgz
12
12
  cd rubygems-1.8.10
13
13
  ruby setup.rb --no-format-executable
14
- gem install chef --no-ri --no-rdoc
14
+ gem install chef --no-ri --no-rdoc --version "=11.4.0"
15
15
  fi
data/bootstrap/gentoo.sh CHANGED
@@ -11,7 +11,7 @@ else
11
11
  emerge -uDN ruby:1.9
12
12
  revdep-rebuild
13
13
 
14
- gem install chef ruby-shadow --no-ri --no-rdoc
14
+ gem install chef ruby-shadow --no-ri --no-rdoc --version "=11.4.0"
15
15
 
16
16
  # Make non-interactive SSH sessions see environment variables
17
17
  if [[ ! `which chef-solo` ]]; then
data/bootstrap/redhat.sh CHANGED
@@ -11,5 +11,5 @@ else
11
11
  tar zxf rubygems-1.8.10.tgz
12
12
  cd rubygems-1.8.10
13
13
  ruby setup.rb --no-format-executable
14
- gem install chef --no-ri --no-rdoc
14
+ gem install chef --no-ri --no-rdoc --version "=11.4.0"
15
15
  fi
data/bootstrap/ubuntu.sh CHANGED
@@ -4,5 +4,5 @@ if type -p chef-solo > /dev/null; then
4
4
  echo "Using chef-solo at `which chef-solo`"
5
5
  else
6
6
  apt-get install -y ruby ruby-dev libopenssl-ruby rdoc ri irb build-essential wget ssl-cert curl rubygems
7
- gem install chef --no-ri --no-rdoc
7
+ gem install chef --no-ri --no-rdoc --version "=11.4.0"
8
8
  fi
@@ -19,7 +19,7 @@ module Gusteau
19
19
 
20
20
  File.open(File.join(name, 'nodes', 'example.yml'), 'w+') do |f|
21
21
  read_erb_yaml(File.join(template_path, 'nodes', 'example.yml.erb')).tap do |node|
22
- f.write node
22
+ f.write node.to_yaml
23
23
  f.close
24
24
  end
25
25
 
@@ -1,3 +1,3 @@
1
1
  module Gusteau
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gusteau
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-14 00:00:00.000000000 Z
13
+ date: 2013-05-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: optitron