Skip to content

Commit

Permalink
Merge pull request #419 from dhoppe/fix_dependency
Browse files Browse the repository at this point in the history
Require puppet-epel over stahnma-epel
  • Loading branch information
ekohl committed May 1, 2020
2 parents b133542 + 5da86f6 commit bd5f92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Expand Up @@ -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
Expand Down

0 comments on commit bd5f92a

Please sign in to comment.