Skip to content

Commit f53ef3c

Browse files
committed
(maint) use beaker-puppet to install
puppet_install_helper is unmaintained and can't install puppet anymore
1 parent 2580cf5 commit f53ef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def build_url(platform)
8383
end
8484
end
8585

86-
run_puppet_install_helper unless ENV['BEAKER_provision'] == 'no'
86+
install_puppet_on(hosts) unless ENV['BEAKER_provision'] == 'no'
8787
install_ca_certs unless ENV['PUPPET_INSTALL_TYPE'] =~ %r{pe}i
8888
install_module_on(hosts)
8989
install_module_dependencies_on(hosts)

0 commit comments

Comments
 (0)