From d71e50749b6ac6e2ea2717e65958da37f3a48444 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 17 Jul 2018 19:40:57 -0700 Subject: Include puppet 6 and remove default role * Bump max version to 7 * Install module on all hosts, not just those with the default role --- spec/spec_helper_acceptance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/spec_helper_acceptance.rb') 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 -- cgit v1.2.3