Skip to content

Commit

Permalink
Update mongodb to 570a5c2d5e0fb28eb8e15b0b1153375032208340
Browse files Browse the repository at this point in the history
570a5c2d5e0fb28eb8e15b0b1153375032208340 Merge pull request redhat-openstack#211 from mhaskel/relax_apt
8b96a3a8fe8d5405044b6b0d908ddb8f2ac555ea Update apt dependency

Change-Id: I7153452c43c6a57585ca0bf4eb12f4b15961332c
  • Loading branch information
xbezdick committed Jun 19, 2015
1 parent 7b59ff6 commit 27afc29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mod 'module-data',
:git => 'https://github.com/ripienaar/puppet-module-data.git'

mod 'mongodb',
:commit => '030100a176a72a32e265b77790d8d15407a13729',
:commit => '570a5c2d5e0fb28eb8e15b0b1153375032208340',
:git => 'https://github.com/puppetlabs/puppetlabs-mongodb.git'

mod 'mysql',
Expand Down
4 changes: 4 additions & 0 deletions mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,10 @@ For a full list of tested operating systems please have a look at the [.nodeset.

This module should support `service_ensure` separate from the `ensure` value on `Class[mongodb::server]` but it does not yet.

### Apt module support

While this module supports both 1.x and 2.x versions of the puppetlabs-apt module, it does not support puppetlabs-apt 2.0.0 or 2.0.1.

## Development

Puppet Labs modules on the Puppet Forge are open projects, and community
Expand Down
2 changes: 1 addition & 1 deletion mongodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"dependencies": [
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0 <2.0.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0 <3.0.0"},
{"name":"puppetlabs/stdlib","version_requirement":">= 2.2.0 <5.0.0"}
]
}

0 comments on commit 27afc29

Please sign in to comment.