Skip to content

Commit 4570dce

Browse files
committed
Add support to rsync fixtures into SUTs
Relates to: https://github.com/voxpupuli/beaker_puppet_helpers/pull/49/files
1 parent 5b39693 commit 4570dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/voxpupuli/acceptance/spec_helper_acceptance.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def configure_beaker(modules: :metadata, &block)
3939
when :fixtures
4040
fixture_modules = File.join(Dir.pwd, 'spec', 'fixtures', 'modules')
4141
Voxpupuli::Acceptance::Fixtures.install_fixture_modules_on(hosts, fixture_modules)
42+
when :rsync
43+
install_puppet_modules_via_rsync(hosts)
4244
end
4345

4446
if RSpec.configuration.suite_configure_facts_from_env

0 commit comments

Comments
 (0)