diff options
author | Adam Jacob <adam@opscode.com> | 2009-06-03 23:10:59 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-06-03 23:10:59 -0700 |
commit | be3d8a8707d3e611a7cc3a767dbc0c01eee08819 (patch) | |
tree | 96604aec4717ebea8302c804be697566a3e672bd /example-repository | |
parent | 7d2f7cf9b4701e057fd77c6b96cf1b818a02ae80 (diff) | |
download | chef-be3d8a8707d3e611a7cc3a767dbc0c01eee08819.tar.gz |
Adding Chef::Search::Result, and auto-inflating them
Diffstat (limited to 'example-repository')
-rw-r--r-- | example-repository/cookbooks/fakefile/metadata.json | 16 | ||||
-rw-r--r-- | example-repository/cookbooks/tempfile/metadata.json | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/example-repository/cookbooks/fakefile/metadata.json b/example-repository/cookbooks/fakefile/metadata.json index 02d17674a8..93bc5937cc 100644 --- a/example-repository/cookbooks/fakefile/metadata.json +++ b/example-repository/cookbooks/fakefile/metadata.json @@ -1,15 +1,14 @@ { - "maintainer": "Your Name", "recommendations": { }, "maintainer_email": "youremail@example.com", - "recipes": { - "fakefile": "" - }, "suggestions": { }, + "recipes": { + "fakefile": "" + }, "dependencies": { "tempfile": [ @@ -18,25 +17,26 @@ ] }, + "license": "Apache v2.0", "attributes": { }, - "license": "Apache v2.0", - "name": "fakefile", "conflicting": { }, + "name": "fakefile", "providing": { "fakefile": [ ] }, - "description": "A fabulous new cookbook", "replacing": { }, "long_description": "", + "description": "A fabulous new cookbook", "platforms": { - } + }, + "maintainer": "Your Name" }
\ No newline at end of file diff --git a/example-repository/cookbooks/tempfile/metadata.json b/example-repository/cookbooks/tempfile/metadata.json index d778c651ed..c97773ead3 100644 --- a/example-repository/cookbooks/tempfile/metadata.json +++ b/example-repository/cookbooks/tempfile/metadata.json @@ -1,39 +1,39 @@ { - "maintainer": "Your Name", "recommendations": { }, "maintainer_email": "youremail@example.com", - "recipes": { - "tempfile": "" - }, "suggestions": { }, + "recipes": { + "tempfile": "" + }, "dependencies": { "fakefile": [ ] }, + "license": "Apache v2.0", "attributes": { }, - "license": "Apache v2.0", - "name": "tempfile", "conflicting": { }, + "name": "tempfile", "providing": { "tempfile": [ ] }, - "description": "A fabulous new cookbook", "replacing": { }, "long_description": "", + "description": "A fabulous new cookbook", "platforms": { - } + }, + "maintainer": "Your Name" }
\ No newline at end of file |