diff --git a/Puppetfile b/Puppetfile index 2d037c34e..5a48064d1 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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', diff --git a/mongodb/README.md b/mongodb/README.md index 06bc21a7d..6ce083e1b 100644 --- a/mongodb/README.md +++ b/mongodb/README.md @@ -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 diff --git a/mongodb/metadata.json b/mongodb/metadata.json index 873182cdd..f6e384c6b 100644 --- a/mongodb/metadata.json +++ b/mongodb/metadata.json @@ -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"} ] }