templates/chef/environment.json in bourdain-1.5.1 vs templates/chef/environment.json in bourdain-1.6.0
- old
+ new
@@ -1,8 +1,10 @@
{
"name": "<%= name %>",
"description": "<%= description %>",
- "default_attributes": {},
- "override_attributes": {},
+ "default_attributes": {
+ },
+ "override_attributes": {
+ },
"chef_type": "environment",
"json_class": "Chef::Environment"
-}
\ No newline at end of file
+}