-
Notifications
You must be signed in to change notification settings - Fork 581
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
Simplify stdlib::manage #1250
Simplify stdlib::manage #1250
Conversation
This should make the resources much less sensitive to parse order, since pupppet is already "doing the right thing" to Strings in this parameter location.
stdlib::manage is a classthat may have no external impact to Forge modules. This module is declared in 318 of 579 indexed public
|
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code wise 👍 but I'm not sure what's up with the acceptance tests, but I also saw it in a different puppetlabs repo. Infrastructure issue?
This should make the resources much less sensitive to parse order,
since pupppet is already "doing the right thing" to Strings in this
parameter location.