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

(maint) Extract Puppetfile accept logic to ContentSynchronizer #1153

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

justinstoller
Copy link
Member

The Puppetfile internally contains logic to sync modules either
concurrently or serially depending on pool size. This would be valuable
to other means of attaching modules to an environment. The first step in
doing so is to extract the sync code into a helper module called
R10K::ContentSynchronizer.

Please add all notable changes to the "Unreleased" section of the CHANGELOG in the format:

- Summary of changes. [Issue or PR #](link to issue or PR)

@justinstoller justinstoller requested a review from a team April 23, 2021 21:07
The Puppetfile internally contains logic to sync modules either
concurrently or serially depending on pool size. This would be valuable
to other means of attaching modules to an environment. The first step in
doing so is to extract the sync code into a helper module called
R10K::ContentSynchronizer.
@mwaggett mwaggett merged commit 021d4fe into puppetlabs:main Apr 27, 2021
@justinstoller justinstoller deleted the module-synchronizer branch April 27, 2021 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants