From 7ae523d1e63e995251f33ed4db6376d4dc3f7997 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Fri, 12 Jun 2015 16:13:58 -0700 Subject: [PATCH] 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. --- README.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c1ea03a..a29252695 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,10 @@ The module has been tested on: Testing on other platforms has been light and cannot be guaranteed. +### Apt module compatibility + +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. + ### Module dependencies If running CentOS/RHEL, and using the yum provider, ensure the epel repo is present. diff --git a/metadata.json b/metadata.json index 9f7104fff..eac3cfaad 100644 --- a/metadata.json +++ b/metadata.json @@ -49,7 +49,7 @@ ], "dependencies": [ {"name":"puppetlabs/stdlib","version_requirement":">=3.0.0 <5.0.0"}, - {"name":"puppetlabs/apt","version_requirement":">=1.8.0 <2.0.0"}, + {"name":"puppetlabs/apt","version_requirement":">=1.8.0 <3.0.0"}, {"name":"nanliu/staging","version_requirement":">=0.3.1 <2.0.0"} ] }