Skip to content

Instantly share code, notes, and snippets.

@bdwyertech
Created June 14, 2019 16:25
Show Gist options
  • Save bdwyertech/f8eef5aa154e9ce5799712ed4289510c to your computer and use it in GitHub Desktop.
Save bdwyertech/f8eef5aa154e9ce5799712ed4289510c to your computer and use it in GitHub Desktop.
TestKitchen - Chef-Shell in Client Mode
#!/bin.bash
cd /tmp/kitchen
/opt/chef/embedded/bin/chef-zero -d
knife upload . -c client.rb
chef-shell -z --config client.rb -j dna.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment