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"} ] }