Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dittoalex/373dc545d7afd820f48e945daae4317c to your computer and use it in GitHub Desktop.
Save dittoalex/373dc545d7afd820f48e945daae4317c to your computer and use it in GitHub Desktop.
Chef Shell in Test Kitchen
cd into /tmp/kitchen.
/opt/chef/embedded/bin/gem install chef-zero
/opt/chef/embedded/bin/chef-zero -d
knife cookbook upload -a -c client.rb
chef-shell -z -c client.rb -o '<YOUR RECIPE>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment