Skip to content

Instantly share code, notes, and snippets.

@dreamnite
Created August 18, 2017 21:46
Show Gist options
  • Save dreamnite/d26c38386b112cef3ec5da4522eb2c43 to your computer and use it in GitHub Desktop.
Save dreamnite/d26c38386b112cef3ec5da4522eb2c43 to your computer and use it in GitHub Desktop.
Using chef-shell on a chef-zero cookbook.
#!/bin/bash
# $1 is the cookbook/recipe to run.
chef-shell -s -z -o $1 -c ~/.chef/knife.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment