cucumber-chef 3.0.1 → 3.0.2
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/lib/cucumber/chef/config.rb
CHANGED
|
@@ -176,6 +176,7 @@ module Cucumber
|
|
|
176
176
|
"chef-client-stacktrace" => "/var/chef/cache/chef-stacktrace.out"})
|
|
177
177
|
|
|
178
178
|
chef ({:version => "latest",
|
|
179
|
+
:container_version => "latest",
|
|
179
180
|
:default_password => "p@ssw0rd1",
|
|
180
181
|
:render_client_rb => true,
|
|
181
182
|
:cookbook_paths => %w(cookbooks)})
|
|
@@ -229,7 +229,7 @@ module Cucumber
|
|
|
229
229
|
@test_lab.bootstrap_ssh.exec(%(sudo chroot #{cache_rootfs} /bin/bash -c 'locale-gen'), :silence => true)
|
|
230
230
|
@test_lab.bootstrap_ssh.exec(%(sudo chroot #{cache_rootfs} /bin/bash -c 'locale-gen en_US'), :silence => true)
|
|
231
231
|
@test_lab.bootstrap_ssh.exec(%(sudo chroot #{cache_rootfs} /bin/bash -c 'wget http://www.opscode.com/chef/install.sh'), :silence => true)
|
|
232
|
-
@test_lab.bootstrap_ssh.exec(%(sudo chroot #{cache_rootfs} /bin/bash -c 'bash install.sh -v #{Cucumber::Chef::Config.chef[:
|
|
232
|
+
@test_lab.bootstrap_ssh.exec(%(sudo chroot #{cache_rootfs} /bin/bash -c 'bash install.sh -v #{Cucumber::Chef::Config.chef[:container_version]}'), :silence => true)
|
|
233
233
|
if distro.downcase == "fedora"
|
|
234
234
|
@test_lab.bootstrap_ssh.exec(%(sudo chroot #{cache_rootfs} /bin/bash -c 'rpm -Uvh --nodeps /tmp/*rpm'), :silence => true)
|
|
235
235
|
end
|
|
@@ -24,7 +24,7 @@ module Cucumber
|
|
|
24
24
|
|
|
25
25
|
################################################################################
|
|
26
26
|
|
|
27
|
-
VERSION = "3.0.
|
|
27
|
+
VERSION = "3.0.2" unless const_defined?(:VERSION)
|
|
28
28
|
|
|
29
29
|
################################################################################
|
|
30
30
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-chef
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
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-
|
|
13
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: fog
|