Skip to content

Instantly share code, notes, and snippets.

@stevendanna
Created July 29, 2012 23:16
Show Gist options
  • Save stevendanna/3202505 to your computer and use it in GitHub Desktop.
Save stevendanna/3202505 to your computer and use it in GitHub Desktop.
$ (cat <<'EOP'
{
"normal" : {
"chef_client": {
"server_url": "https://api.opscode.com/organizations/ORGNAME",
"validation_client_name": "ORGNAME-validator"
}
},
"run_list": [
"recipe[chef-client::config]",
"recipe[chef-client::service]",
"recipe[chef-client::delete_validation]"
]
}
EOP
) | sudo tee /tmp/chef-solo.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment