aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorMelissa <melissa@puppet.com>2018-07-18 08:21:55 -0700
committerGitHub <noreply@github.com>2018-07-18 08:21:55 -0700
commit22fd1a59f1f97372144c62056adfcd20ec82ea07 (patch)
tree36fd96b32c3747e3a37be1f9ae4acd361be98fca /spec/spec_helper_acceptance.rb
parente72c045a30bf7c6b6bea3b1baf4b759de96d1a35 (diff)
parent3a32fccd8242afa810d6ca827ac97cbc25c385de (diff)
downloadpuppet-augeas_core-22fd1a59f1f97372144c62056adfcd20ec82ea07.tar.gz
puppet-augeas_core-22fd1a59f1f97372144c62056adfcd20ec82ea07.tar.bz2
Merge pull request #3 from puppetlabs/install-modules-on
Include puppet 6 and remove default role
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