diff --git a/spec/support/acceptance/elastic.rb b/spec/support/acceptance/elastic.rb index 676cea2e5..9a6924694 100644 --- a/spec/support/acceptance/elastic.rb +++ b/spec/support/acceptance/elastic.rb @@ -19,7 +19,7 @@ ENV['ELASTICSEARCH_VERSION'] = '7.10.1' ENV.delete('BEAKER_debug') -run_puppet_install_helper('agent') unless ENV['BEAKER_provision'] == 'no' +install_puppet_release_repo_on(host) unless ENV['BEAKER_provision'] == 'no' RSpec.configure do |c| # General-purpose spec-global variables