Skip to content

Instantly share code, notes, and snippets.

@marcy-terui
Created August 27, 2015 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcy-terui/203e8283068190aa2d7c to your computer and use it in GitHub Desktop.
Save marcy-terui/203e8283068190aa2d7c to your computer and use it in GitHub Desktop.
knife (zero) bootstrapで入れるChef Clientのバージョンを変える(test-kitchenも) ref: http://qiita.com/Marcy/items/d3e5528a65280dc86f07
provisioner:
name: chef_zero
chef_omnibus_install_options: "-v 12.3.0"
knife zero bootstrap --bootstrap-install-command "(echo 'version=12.3.0'; curl -L https://www.chef.io/chef/install.sh) | sudo bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment