From 403b973a20b25385cdf6a8f23e979430d4f4073d Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 11 Feb 2024 16:32:16 +0100 Subject: [PATCH] replace deprecated run_puppet_install_helper method --- spec/support/acceptance/elastic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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