Skip to content

Instantly share code, notes, and snippets.

@behemphi
Created April 8, 2013 16:15
Show Gist options
  • Save behemphi/5338064 to your computer and use it in GitHub Desktop.
Save behemphi/5338064 to your computer and use it in GitHub Desktop.
{
"chef_type": "role",
"default_attributes": {
"ntp": {
"servers": [
"10.181.13.214"
]
}
},
"description": "The db-host is used when a dedicated database should be available.",
"env_run_lists": {
},
"json_class": "Chef::Role",
"name": "db_host",
"override_attributes": {
},
"run_list": [
"recipe[fm_one_time]",
"recipe[chef-client::config]",
"recipe[chef-client::delete_validation]",
"recipe[base]",
"recipe[mysql]",
"recipe[python]",
"recipe[revealcloud]",
"recipe[ntp]",
"recipe[mysql_maintenance_gizmo]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment