summaryrefslogtreecommitdiff
path: root/playground/environments/production.json
blob: 5b48f8f104d529302d765c5a22a58e6359f391bb (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "production",
  "description": "This is just production",
  "json_class": "Chef::Environment",
  "chef_type": "environment",
  "cookbook_versions": {
    "apache": ">= 1.0.0"
  },
  "default_attributes": {},
  "override_attributes": {}
}