Skip to content

Instantly share code, notes, and snippets.

@dfeeney
Created October 24, 2012 17:18
Show Gist options
  • Save dfeeney/3947438 to your computer and use it in GitHub Desktop.
Save dfeeney/3947438 to your computer and use it in GitHub Desktop.
Viewshare server chef role
{
"env_run_lists": {
},
"default_attributes": {
"memcached": {
"listen": "127.0.0.1"
}
},
"description": "",
"name": "viewshare_server",
"json_class": "Chef::Role",
"chef_type": "role",
"run_list": [
"recipe[python]",
"recipe[nginx]",
"recipe[memcached]",
"recipe[mysql::server]",
"recipe[mysql::client]",
"recipe[mysql::ruby]",
"recipe[viewshare]"
],
"override_attributes": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment