Skip to content

Instantly share code, notes, and snippets.

@teknofire
Last active July 13, 2018 22:15
Show Gist options
  • Save teknofire/8634bcea815575ba8e6f98ac1f0f4a85 to your computer and use it in GitHub Desktop.
Save teknofire/8634bcea815575ba8e6f98ac1f0f4a85 to your computer and use it in GitHub Desktop.
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name "USERNAME"
client_key "#{current_dir}/USERNAME.pem"
chef_server_url "https://CHEF_SERVER_FQDN/organizations/default"
cookbook_path ["#{current_dir}/../cookbooks"]
ssl_verify_mode :verify_none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment