Skip to content

Commit 570a5c2

Browse files
committed
Merge pull request voxpupuli#211 from mhaskel/relax_apt
Update apt dependency
2 parents 030100a + 8b96a3a commit 570a5c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)