Created
April 20, 2017 17:59
-
-
Save ffpollock/ef116436b23eaa29aeb307c07f74b8bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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