Skip to content

Commit 8b96a3a

Browse files
author
Morgan Haskel
committed
Update apt dependency
Once puppetlabs-apt 2.1.0 is released (2015-06-16) the mongodb module will be compatible with apt 1.x (>= 1.8.0) and 2.x (>= 2.1.0). This will not work with puppetlabs-apt 2.0.x.
1 parent 030100a commit 8b96a3a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,10 @@ For a full list of tested operating systems please have a look at the [.nodeset.
613613

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

616+
### Apt module support
617+
618+
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.
619+
616620
## Development
617621

618622
Puppet Labs modules on the Puppet Forge are open projects, and community

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
],
4242
"dependencies": [
43-
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0 <2.0.0"},
43+
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0 <3.0.0"},
4444
{"name":"puppetlabs/stdlib","version_requirement":">= 2.2.0 <5.0.0"}
4545
]
4646
}

0 commit comments

Comments
 (0)