Skip to content

Commit

Permalink
COOK-325, add system true to users
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Aug 19, 2010
1 parent 1d5de7d commit 74cff4b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
28 changes: 14 additions & 14 deletions metadata.json
@@ -1,18 +1,24 @@
{
"recommendations": {
"providing": {
},
"attributes": {
},
"maintainer": "Opscode, Inc.",
"suggestions": {
"replacing": {
},
"dependencies": {
"erlang": [

]
},
"recipes": {
"couchdb": "Installs and configures CouchDB package",
"couchdb::source": "Installs and configures CouchDB from source"
},
"maintainer_email": "cookbooks@opscode.com",
"conflicting": {
"groupings": {
},
"recommendations": {
},
"platforms": {
"rhel": [
Expand All @@ -38,18 +44,12 @@
]
},
"license": "Apache 2.0",
"version": "0.13.2",
"providing": {
},
"recipes": {
"couchdb": "Installs and configures CouchDB package",
"couchdb::source": "Installs and configures CouchDB from source"
},
"replacing": {
"version": "0.13.3",
"suggestions": {
},
"name": "couchdb",
"description": "Installs CouchDB package and starts service",
"groupings": {
"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"
"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"
}
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -9,7 +9,7 @@
directly from source. CouchDB is available on Red Hat-based systems through
the EPEL Yum Repository.
EOH
version "0.13.2"
version "0.13.3"
depends "erlang"
recipe "couchdb", "Installs and configures CouchDB package"
recipe "couchdb::source", "Installs and configures CouchDB from source"
Expand Down
1 change: 1 addition & 0 deletions recipes/source.rb
Expand Up @@ -46,6 +46,7 @@
home "/usr/local/var/lib/couchdb"
comment "CouchDB Administrator"
supports :manage_home => false
system true
end

%w{ var/lib/couchdb var/log/couchdb var/run etc/couchdb }.each do |dir|
Expand Down

0 comments on commit 74cff4b

Please sign in to comment.