diff --git a/.fixtures.yml b/.fixtures.yml index 7ae1acd3..b4e32c72 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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" diff --git a/README.md b/README.md index 43ba085b..df8a2e13 100644 --- a/README.md +++ b/README.md @@ -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.