aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-07-17 19:40:57 -0700
committerJosh Cooper <josh@puppet.com>2018-07-17 19:40:57 -0700
commitd71e50749b6ac6e2ea2717e65958da37f3a48444 (patch)
tree6772b20c51844d922934dcf3698fd6c492a578eb /spec
parentd428c1d2626a8a2567fe2bd47178fcd677a6a4fd (diff)
downloadpuppet-hosts_core-d71e50749b6ac6e2ea2717e65958da37f3a48444.tar.gz
puppet-hosts_core-d71e50749b6ac6e2ea2717e65958da37f3a48444.tar.bz2
Include puppet 6 and remove default role
* Bump max version to 7 * Install module on all hosts, not just those with the default role
Diffstat (limited to 'spec')
-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