Skip to content

Commit

Permalink
install latest couchdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Mar 7, 2012
1 parent 394b108 commit a5e40d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion couchdb/attributes/couchdb.rb
@@ -1,4 +1,3 @@
default.couchdb[:version] = "0.10.0-1ubuntu2"
default.couchdb[:max_document_size] = "4294967296"
default.couchdb[:port] = "5984"
default.couchdb[:bind_address] = "127.0.0.1"
4 changes: 1 addition & 3 deletions couchdb/recipes/default.rb
@@ -1,6 +1,4 @@
package "couchdb" do
version node[:couchdb][:version]
end
package "couchdb"

service "couchdb" do
action :enable
Expand Down

0 comments on commit a5e40d5

Please sign in to comment.