Skip to content

Instantly share code, notes, and snippets.

@benlemasurier
Forked from mattjbarlow/gist:242b66cdae6938d34419
Last active August 29, 2015 14:27
Show Gist options
  • Save benlemasurier/4c4e6b7f8eb72c645d74 to your computer and use it in GitHub Desktop.
Save benlemasurier/4c4e6b7f8eb72c645d74 to your computer and use it in GitHub Desktop.
Chef Shell in Test Kitchen
cd /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