aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorMelissa <melissa@puppet.com>2018-07-18 08:21:35 -0700
committerGitHub <noreply@github.com>2018-07-18 08:21:35 -0700
commit10dd80a0ad2288cf3894b260492e1f00aa4b5af9 (patch)
tree6772b20c51844d922934dcf3698fd6c492a578eb /spec/spec_helper_acceptance.rb
parentd428c1d2626a8a2567fe2bd47178fcd677a6a4fd (diff)
parentd71e50749b6ac6e2ea2717e65958da37f3a48444 (diff)
downloadpuppet-hosts_core-10dd80a0ad2288cf3894b260492e1f00aa4b5af9.tar.gz
puppet-hosts_core-10dd80a0ad2288cf3894b260492e1f00aa4b5af9.tar.bz2
Merge pull request #2 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