Created
June 14, 2019 16:25
-
-
Save bdwyertech/f8eef5aa154e9ce5799712ed4289510c to your computer and use it in GitHub Desktop.
TestKitchen - Chef-Shell in Client Mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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