Skip to content

Instantly share code, notes, and snippets.

@calorie
Last active August 29, 2015 14:20
Show Gist options
  • Save calorie/5b7f8547c4ecfc52f353 to your computer and use it in GitHub Desktop.
Save calorie/5b7f8547c4ecfc52f353 to your computer and use it in GitHub Desktop.
local_mode true
chef_repo = File.join(File.dirname(__FILE__), '..')
cookbook_path [File.join(chef_repo, 'cookbooks'), File.join(chef_repo, 'site-cookbooks')]
node_path File.join(chef_repo, 'nodes')
role_path File.join(chef_repo, 'roles')
ssl_verify_mode :verify_peer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment