Skip to content

Instantly share code, notes, and snippets.

@ffpollock
Created April 20, 2017 17:59
Show Gist options
  • Save ffpollock/ef116436b23eaa29aeb307c07f74b8bc to your computer and use it in GitHub Desktop.
Save ffpollock/ef116436b23eaa29aeb307c07f74b8bc to your computer and use it in GitHub Desktop.
{
"name": "development",
"description": "The master development branch",
"cookbook_versions": {
"nginx": "<= 1.1.0",
"apt": "= 0.0.1"
},
"json_class": "Cheff:Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"nginx": {
"listen": [
"80",
"443"
]
},
"mysql": {
"root_pass": "root"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment