forked from uwej711/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COOK-348, update source recipe to install 1.0.1
- need to handle platforms differently - ubuntu changed the javascript development package to xulrunner for lucid - hardy isn't supported and we should return with a log message (hardy doesn't have sufficient library versions to install couchdb 1.0.1)
- Loading branch information
jtimberman
committed
Aug 23, 2010
1 parent
15226a6
commit 82c1408
Showing
4 changed files
with
61 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
{ | ||
"providing": { | ||
}, | ||
"attributes": { | ||
}, | ||
"name": "couchdb", | ||
"description": "Installs CouchDB package and starts service", | ||
"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", | ||
"maintainer": "Opscode, Inc.", | ||
"replacing": { | ||
}, | ||
"dependencies": { | ||
"erlang": [ | ||
|
||
] | ||
}, | ||
"recipes": { | ||
"couchdb": "Installs and configures CouchDB package", | ||
"couchdb::source": "Installs and configures CouchDB from source" | ||
}, | ||
"maintainer_email": "[email protected]", | ||
"groupings": { | ||
}, | ||
"recommendations": { | ||
}, | ||
"license": "Apache 2.0", | ||
"platforms": { | ||
"rhel": [ | ||
|
||
"ubuntu": [ | ||
">= 8.10" | ||
], | ||
"debian": [ | ||
">= 5.0" | ||
], | ||
"openbsd": [ | ||
|
||
], | ||
"debian": [ | ||
">= 5.0" | ||
"freebsd": [ | ||
|
||
], | ||
"fedora": [ | ||
"rhel": [ | ||
|
||
], | ||
"centos": [ | ||
|
||
], | ||
"freebsd": [ | ||
"fedora": [ | ||
|
||
], | ||
"ubuntu": [ | ||
">= 8.10" | ||
] | ||
}, | ||
"license": "Apache 2.0", | ||
"version": "0.13.3", | ||
"dependencies": { | ||
"erlang": [ | ||
|
||
] | ||
}, | ||
"recommendations": { | ||
}, | ||
"suggestions": { | ||
}, | ||
"name": "couchdb", | ||
"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", | ||
"description": "Installs CouchDB package and starts service" | ||
"providing": { | ||
}, | ||
"replacing": { | ||
}, | ||
"attributes": { | ||
}, | ||
"groupings": { | ||
}, | ||
"recipes": { | ||
"couchdb": "Installs and configures CouchDB package", | ||
"couchdb::source": "Installs and configures CouchDB from source" | ||
}, | ||
"version": "0.14.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters