Skip to content

Commit 5406231

Browse files
Morgan Haskelbmjen
authored andcommitted
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 d0493a2 commit 5406231

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
@@ -1043,6 +1043,10 @@ Current it is only actively tested with the following operating systems:
10431043

10441044
Although patches are welcome for making it work with other OS distros, it is considered best effort.
10451045

1046+
### Apt module support
1047+
1048+
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.
1049+
10461050
### Postgis support
10471051

10481052
Postgis is currently considered an unsupported feature as it doesn't work on

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
],
6969
"dependencies": [
7070
{"name":"puppetlabs/stdlib","version_requirement":"4.x"},
71-
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <2.0.0"},
71+
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <3.0.0"},
7272
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <2.0.0"}
7373
]
7474
}

0 commit comments

Comments
 (0)