diff options
author | Melissa <melissa@puppet.com> | 2018-07-18 08:21:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 08:21:55 -0700 |
commit | 22fd1a59f1f97372144c62056adfcd20ec82ea07 (patch) | |
tree | 36fd96b32c3747e3a37be1f9ae4acd361be98fca /spec | |
parent | e72c045a30bf7c6b6bea3b1baf4b759de96d1a35 (diff) | |
parent | 3a32fccd8242afa810d6ca827ac97cbc25c385de (diff) | |
download | puppet-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')
-rw-r--r-- | spec/spec_helper_acceptance.rb | 2 |
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 |