Atalanta / cucumber-chef

Framework for test-driven infrastructure development
http://cucumber-chef.org
Apache License 2.0
265 stars 55 forks source link

2.1.0.rc.7+ Specify Chef Version #98

Closed zpatten closed 11 years ago

zpatten commented 11 years ago

This only affects the chef-client currently. This will apply to the test lab chef-server version as well in the near future.

Add this to your <chef-repo>/.cucumber-chef/config.rb:

chef.merge!(                    :version => "10.18.2")

Change the version string as you desire.