Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rsync to sync modules into SUT #84

Open
bastelfreak opened this issue Jul 23, 2024 · 0 comments
Open

Support rsync to sync modules into SUT #84

bastelfreak opened this issue Jul 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bastelfreak
Copy link
Member

bastelfreak commented Jul 23, 2024

We currently have two methods to get modules into a SUT: https://github.com/voxpupuli/voxpupuli-acceptance?tab=readme-ov-file#installing-puppet-modules

We should also implement rsync support because that's supposed to be way faster when we have many modules (e.g. testing profiles or roles modules). That means extending

case modules
when :metadata
install_local_module_on(hosts)
when :fixtures
fixture_modules = File.join(Dir.pwd, 'spec', 'fixtures', 'modules')
Voxpupuli::Acceptance::Fixtures.install_fixture_modules_on(hosts, fixture_modules)
end

@bastelfreak bastelfreak added the enhancement New feature or request label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant