Skip to content

Commit

Permalink
Add support to rsync fixtures into SUTs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 3, 2024
1 parent 5b39693 commit 4570dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/voxpupuli/acceptance/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def configure_beaker(modules: :metadata, &block)
when :fixtures
fixture_modules = File.join(Dir.pwd, 'spec', 'fixtures', 'modules')
Voxpupuli::Acceptance::Fixtures.install_fixture_modules_on(hosts, fixture_modules)
when :rsync
install_puppet_modules_via_rsync(hosts)
end

if RSpec.configuration.suite_configure_facts_from_env
Expand Down

0 comments on commit 4570dce

Please sign in to comment.