Skip to content

Commit

Permalink
replace deprecated run_puppet_install_helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 11, 2024
1 parent 9c0a3f6 commit 403b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/acceptance/elastic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 403b973

Please sign in to comment.