Skip to content

Commit 7ae523d

Browse files
author
Morgan Haskel
committed
Loosen the apt dependency
Once puppetlabs-apt 2.1.0 is released (2015-06-16) the postgresql 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 3acf530 commit 7ae523d

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
@@ -550,6 +550,10 @@ The module has been tested on:
550550

551551
Testing on other platforms has been light and cannot be guaranteed.
552552

553+
### Apt module compatibility
554+
555+
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.
556+
553557
### Module dependencies
554558

555559
If running CentOS/RHEL, and using the yum provider, ensure the epel repo is present.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": [
5151
{"name":"puppetlabs/stdlib","version_requirement":">=3.0.0 <5.0.0"},
52-
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <2.0.0"},
52+
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <3.0.0"},
5353
{"name":"nanliu/staging","version_requirement":">=0.3.1 <2.0.0"}
5454
]
5555
}

0 commit comments

Comments
 (0)