Skip to content

Commit

Permalink
Document that puppetlabs-apt versions less than 2.x are required
Browse files Browse the repository at this point in the history
Document that this module currently requires puppetlabs-apt versions less than
2.x, and test against 1.8.x
  • Loading branch information
juniorsysadmin committed Apr 23, 2015
1 parent 84d07b8 commit 401e7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
"apt":
repo: "git://github.com/puppetlabs/puppetlabs-apt.git"
ref: "1.8.0"
"portage": "git://github.com/gentoo/puppet-portage.git"
"chocolatey": "git://github.com/rismoney/puppet-chocolatey.git"
"epel": "git://github.com/stahnma/puppet-module-epel.git"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ it is installed.

This modules uses `puppetlabs-apt` for the management of the NodeSource
repository. If using an operating system of the Debian-based family, you will
need to ensure that it is installed.
need to ensure that `puppetlabs-apt` version 1.x is installed.

If using CentoOS/RHEL 5, you will need to ensure that the `stahnma-epel`
module is installed.
Expand Down

0 comments on commit 401e7be

Please sign in to comment.