diff options
author | Adam Jacob <adam@opscode.com> | 2009-05-28 09:49:10 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-05-28 09:49:10 -0700 |
commit | b134af4a053eda678e0e04e165743a5b3d91606c (patch) | |
tree | 29b23cd2cdbd12fafb49f77d62a470ac8af6c86c /example-repository | |
parent | fb1431585170b3cd178e04f8b5f033898d97de91 (diff) | |
download | chef-b134af4a053eda678e0e04e165743a5b3d91606c.tar.gz |
Fixing up a bug in the Role/Node UI that showed cookbooks where it should have been showing recipes, adding more integration tests for roles
Diffstat (limited to 'example-repository')
-rw-r--r-- | example-repository/cookbooks/fakefile/metadata.json | 18 | ||||
-rw-r--r-- | example-repository/cookbooks/tempfile/metadata.json | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/example-repository/cookbooks/fakefile/metadata.json b/example-repository/cookbooks/fakefile/metadata.json index a6f2bd5787..02d17674a8 100644 --- a/example-repository/cookbooks/fakefile/metadata.json +++ b/example-repository/cookbooks/fakefile/metadata.json @@ -1,4 +1,8 @@ { + "maintainer": "Your Name", + "recommendations": { + + }, "maintainer_email": "youremail@example.com", "recipes": { "fakefile": "" @@ -6,10 +10,6 @@ "suggestions": { }, - "license": "Apache v2.0", - "conflicting": { - - }, "dependencies": { "tempfile": [ @@ -21,21 +21,21 @@ "attributes": { }, + "license": "Apache v2.0", "name": "fakefile", + "conflicting": { + + }, "providing": { "fakefile": [ ] }, + "description": "A fabulous new cookbook", "replacing": { }, "long_description": "", - "description": "A fabulous new cookbook", - "maintainer": "Your Name", - "recommendations": { - - }, "platforms": { } diff --git a/example-repository/cookbooks/tempfile/metadata.json b/example-repository/cookbooks/tempfile/metadata.json index 4e0ed852f1..d778c651ed 100644 --- a/example-repository/cookbooks/tempfile/metadata.json +++ b/example-repository/cookbooks/tempfile/metadata.json @@ -1,4 +1,8 @@ { + "maintainer": "Your Name", + "recommendations": { + + }, "maintainer_email": "youremail@example.com", "recipes": { "tempfile": "" @@ -6,10 +10,6 @@ "suggestions": { }, - "license": "Apache v2.0", - "conflicting": { - - }, "dependencies": { "fakefile": [ @@ -18,21 +18,21 @@ "attributes": { }, + "license": "Apache v2.0", "name": "tempfile", + "conflicting": { + + }, "providing": { "tempfile": [ ] }, + "description": "A fabulous new cookbook", "replacing": { }, "long_description": "", - "description": "A fabulous new cookbook", - "maintainer": "Your Name", - "recommendations": { - - }, "platforms": { } |