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) Refactor tasks to use shared code file #302

Conversation

RandomNoun7
Copy link
Contributor

There was a large amount of repeated code in the tasks being added to
the module. This change refactors the shared code into a file that is
loaded into each task as it runs to cut down on the repetition of code.

Copy link
Contributor

@michaeltlombardi michaeltlombardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small changes and clarifications, the bulk of this is great!

@RandomNoun7 RandomNoun7 force-pushed the maint/refactor-shared-tasks-functions branch from f2d5530 to 3cc361a Compare March 18, 2019 18:36
There was a large amount of repeated code in the tasks being added to
the module. This change refactors the shared code into a file that is
loaded into each task as it runs to cut down on the repetition of code.
@RandomNoun7 RandomNoun7 force-pushed the maint/refactor-shared-tasks-functions branch from 3cc361a to 37af3f4 Compare March 18, 2019 18:49
@michaeltlombardi michaeltlombardi merged commit 8a22162 into puppetlabs:master Mar 18, 2019
@RandomNoun7 RandomNoun7 deleted the maint/refactor-shared-tasks-functions branch March 19, 2019 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants