Skip to content

Instantly share code, notes, and snippets.

@anthonygrees
Created December 14, 2017 00:18
Show Gist options
  • Save anthonygrees/3a9e4aa438558d1782b2a55695038007 to your computer and use it in GitHub Desktop.
Save anthonygrees/3a9e4aa438558d1782b2a55695038007 to your computer and use it in GitHub Desktop.
Sample Files for Chef Server and Chef Client Install
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
verify_api_cert false
chef_server_url "https://123.123.0.4/organizations/org_name"
validation_client_name "org_name-validator"
validation_key "/etc/chef/org_name-validator.pem"
node_name "TestNode1"
{
"run_list" :[
"role[base]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment