Skip to content

Commit 214b496

Browse files
zilchmsbastelfreak
authored andcommitted
replace install_module_from_forge with install_puppet_module_via_pmt
1 parent 16b005e commit 214b496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
configure_beaker do |host|
66
case fact_on(host, 'os.family')
77
when 'Debian'
8-
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
8+
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
99
when 'RedHat'
10-
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
10+
install_puppet_module_via_pmt_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
1111
if fact_on(host, 'os.selinux.enabled')
1212
# Make sure selinux is disabled so the tests work.
1313
on host, puppet('resource', 'exec', 'setenforce 0', 'path=/bin:/sbin:/usr/bin:/usr/sbin', 'onlyif=which setenforce && getenforce | grep Enforcing')

0 commit comments

Comments
 (0)