diff --git a/README.md b/README.md index eac4c6c3..d11ea9cf 100644 --- a/README.md +++ b/README.md @@ -542,7 +542,7 @@ repository. If using an operating system of the Debian-based family, you will need to ensure that `puppetlabs-apt` version 4.4.0 or above is installed. If using CentOS/RHEL 6/7 and you wish to install Node.js from EPEL rather -than from the NodeSource repository, you will need to ensure `stahnma-epel` is +than from the NodeSource repository, you will need to ensure `puppet-epel` is installed and is applied before this module. If using Gentoo, you will need to ensure `gentoo-portage` is installed. diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 9dc52120..dda32514 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -20,7 +20,7 @@ when 'Debian' install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.4.0 < 8.0.0') when 'RedHat' - install_module_from_forge_on(host, 'stahnma-epel', '>= 1.2.0 < 2.0.0') + install_module_from_forge_on(host, 'puppet-epel', '>= 3.0.0 < 4.0.0') end end end