diff options
author | Josh Cooper <josh@puppet.com> | 2018-08-17 12:00:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 12:00:51 -0700 |
commit | 0eb5e9febcbd06685cc07f9b4e5b1f348c538ffe (patch) | |
tree | dba1f625b02c3edc3ca06a328cec688c23227540 /spec/spec_helper_acceptance.rb | |
parent | 4ea4e5fcaf87834374d9904e46dd35e6cd64e026 (diff) | |
parent | 6986939206d4d0438cd66fd125026c90feeeed08 (diff) | |
download | puppet-mailalias_core-0eb5e9febcbd06685cc07f9b4e5b1f348c538ffe.tar.gz puppet-mailalias_core-0eb5e9febcbd06685cc07f9b4e5b1f348c538ffe.tar.bz2 |
Merge pull request #12 from melissa/1.0.4-release
1.0.4 release
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-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 0adde24..24d3b9d 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -17,7 +17,7 @@ RSpec.configure do |c| c.before :suite do unless ENV['BEAKER_provision'] == 'no' run_puppet_install_helper - install_module_on(hosts_as(hosts)) + install_module_on(hosts) install_module_dependencies_on(hosts) end end |