Skip to content

Instantly share code, notes, and snippets.

@zts
Created March 8, 2013 17:23
Show Gist options
  • Save zts/5118160 to your computer and use it in GitHub Desktop.
Save zts/5118160 to your computer and use it in GitHub Desktop.
A sample environment
{
"name": "prod",
"description": "",
"cookbook_versions": {
"users": "= 1.1.4",
"mcollective": "= 0.10.0"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
"mcollective": {
"package": {
"version": "2.0.0"
}
}
},
"override_attributes": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment