aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-07-17 19:37:38 -0700
committerJosh Cooper <josh@puppet.com>2018-07-17 19:37:38 -0700
commit3a32fccd8242afa810d6ca827ac97cbc25c385de (patch)
tree36fd96b32c3747e3a37be1f9ae4acd361be98fca /spec
parente72c045a30bf7c6b6bea3b1baf4b759de96d1a35 (diff)
downloadpuppet-augeas_core-3a32fccd8242afa810d6ca827ac97cbc25c385de.tar.gz
puppet-augeas_core-3a32fccd8242afa810d6ca827ac97cbc25c385de.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 * point project URL to module's README
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