Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Created July 28, 2012 02:08
Show Gist options
  • Save jayd3e/3191439 to your computer and use it in GitHub Desktop.
Save jayd3e/3191439 to your computer and use it in GitHub Desktop.
Override attributes
{
"name": "clusterflunk_prod",
"chef_type": "role",
"default_attributes": {
"clusterflunk": {
"user": "vagrant"
}
},
"run_list": [
"role[web_server]",
"role[smtp_server]",
"recipe[clusterflunk]"
],
"override_attributes": {
"clusterflunk": {
"user": "jayd3e"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment