aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorMelissa Stone <melissa@puppet.com>2018-08-15 14:17:13 -0700
committerMelissa Stone <melissa@puppet.com>2018-08-15 14:17:13 -0700
commit25496ce72baf751d2c7c6a54c536679256471b75 (patch)
tree36fd96b32c3747e3a37be1f9ae4acd361be98fca /spec/spec_helper_acceptance.rb
parente85283b0f41ae1635954c76b2978e34c260794cd (diff)
parent22fd1a59f1f97372144c62056adfcd20ec82ea07 (diff)
downloadpuppet-augeas_core-25496ce72baf751d2c7c6a54c536679256471b75.tar.gz
puppet-augeas_core-25496ce72baf751d2c7c6a54c536679256471b75.tar.bz2
Merge remote-tracking branch 'upstream/master' into release
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rw-r--r--spec/spec_helper_acceptance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 848f7d9..a6836f2 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -6,7 +6,7 @@ RSpec.configure do |c|
c.before :suite do
unless ENV['BEAKER_provision'] == 'no'
run_puppet_install_helper
- install_module_on(hosts_as('default'))
+ install_module_on(hosts)
install_module_dependencies_on(hosts)
end
end