Skip to content

Commit

Permalink
Tag 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Sep 19, 2011
1 parent f7617f2 commit 443eeea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion mongodb/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
default[:mongodb][:client_roles] = []
default[:mongodb][:cluster_name] = nil
default[:mongodb][:shard_name] = "default"

3 changes: 2 additions & 1 deletion mongodb/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"apt": ">= 0.0.0"
},
"name": "mongodb",
"maintainer_email": "[email protected]",
Expand Down Expand Up @@ -115,7 +116,7 @@
},
"maintainer": "edelight GmbH",
"long_description": "",
"version": "0.9.0",
"version": "0.10.0",
"recommendations": {
},
"recipes": {
Expand Down
4 changes: 3 additions & 1 deletion mongodb/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs and configures mongodb"
version "0.9"
version "0.10"

recipe "mongodb", "Installs and configures a single node mongodb instance"
recipe "mongodb::10gen_repo", "Adds the 10gen repo to get the latest packages"
Expand All @@ -11,6 +11,8 @@
recipe "mongodb::shard", "Installs and configures a single shard"
recipe "mongodb::replicaset", "Installs and configures a mongodb replicaset"

depends "apt"

%w{ ubuntu debian }.each do |os|
supports os
end
Expand Down

0 comments on commit 443eeea

Please sign in to comment.