Skip to content

Commit

Permalink
Merge pull request voxpupuli#366 from mhaskel/loosen_apt
Browse files Browse the repository at this point in the history
Loosen the apt dependency
  • Loading branch information
bmjen committed Jun 16, 2015
2 parents 3acf530 + 7ae523d commit 48cd98c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Expand Up @@ -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"}
]
}

0 comments on commit 48cd98c

Please sign in to comment.