summaryrefslogtreecommitdiff
path: root/example-repository
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-05-28 09:49:10 -0700
committerAdam Jacob <adam@opscode.com>2009-05-28 09:49:10 -0700
commitb134af4a053eda678e0e04e165743a5b3d91606c (patch)
tree29b23cd2cdbd12fafb49f77d62a470ac8af6c86c /example-repository
parentfb1431585170b3cd178e04f8b5f033898d97de91 (diff)
downloadchef-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.json18
-rw-r--r--example-repository/cookbooks/tempfile/metadata.json18
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": {
}