Skip to content

Commit

Permalink
supports platform metadata for all cookbooks that didn't have it
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Oct 27, 2009
1 parent 92af425 commit fd55157
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"maintainer": "Opscode, Inc.",
"description": "Installs CouchDB package and starts service",
"replacing": {
"recommendations": {

},
"maintainer_email": "cookbooks@opscode.com",
"recipes": {
"couchdb": ""
},
"suggestions": {

},
"platforms": {
"rhel": [
Expand All @@ -29,30 +34,25 @@
">= 5.0"
]
},
"maintainer": "Opscode, Inc.",
"version": "0.8.0",
"recommendations": {
"name": "couchdb",
"conflicting": {

},
"name": "couchdb",
"maintainer_email": "cookbooks@opscode.com",
"attributes": {

},
"suggestions": {
"providing": {
"couchdb": [

]
},
"license": "Apache 2.0",
"conflicting": {
"long_description": "Installs the CouchDB package if it is available from an package repository on\nthe node. If the package repository is not available, CouchDB needs to be \ninstalled via some other method, either a backported package, or compiled \ndirectly from source. CouchDB is available on Red Hat-based systems through\nthe EPEL Yum Repository.\n",
"replacing": {

},
"dependencies": {

},
"providing": {
"couchdb": [

]
},
"long_description": "Installs the CouchDB package if it is available from an package repository on\nthe node. If the package repository is not available, CouchDB needs to be \ninstalled via some other method, either a backported package, or compiled \ndirectly from source. CouchDB is available on Red Hat-based systems through\nthe EPEL Yum Repository.\n"
}
}

0 comments on commit fd55157

Please sign in to comment.