cucumber-chef 3.0.4 → 3.0.5
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/client.rb +1 -1
- data/lib/cucumber/chef/version.rb +1 -1
- metadata +1 -1
data/lib/cucumber/chef/client.rb
CHANGED
|
@@ -99,7 +99,7 @@ module Cucumber
|
|
|
99
99
|
|
|
100
100
|
# PROVISION CONTAINERS
|
|
101
101
|
#######################
|
|
102
|
-
@test_lab.containers.chef_set_client_config(:chef_server_url => "
|
|
102
|
+
@test_lab.containers.chef_set_client_config(:chef_server_url => "https://192.168.255.254",
|
|
103
103
|
:validation_client_name => "chef-validator")
|
|
104
104
|
Cucumber::Chef::Container.all.each do |container|
|
|
105
105
|
ZTK::Benchmark.bench(:message => ">>> Provisioning container '#{container.id}'", :mark => "completed in %0.4f seconds.") do
|
|
@@ -24,7 +24,7 @@ module Cucumber
|
|
|
24
24
|
|
|
25
25
|
################################################################################
|
|
26
26
|
|
|
27
|
-
VERSION = "3.0.
|
|
27
|
+
VERSION = "3.0.5" unless const_defined?(:VERSION)
|
|
28
28
|
|
|
29
29
|
################################################################################
|
|
30
30
|
|