-
Notifications
You must be signed in to change notification settings - Fork 457
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
Prevent sources with zero prefix length being applied every agent run #1189
Prevent sources with zero prefix length being applied every agent run #1189
Conversation
@nabertrand , Can u please fix the specs ?? |
@praj1001 Can you not just fix it? It's literally removing a space from:- ! [:source, :destination].include?(property_name) to ![:source, :destination].include?(property_name) |
@praj1001 I merged with main and fixed the rubocop warning |
@malikparvez can this be approved & merged please? Or do I need to force the issue by getting a ticket raised to perforce under an enterprise support contract? The community provided a fix for this almost a full year ago and multiple issues in this repository have been raised about it. |
@nabertrand @trevorrea @EnigmaticCypher, Approved & Merged. |
@praj1001 can we also get a release pushed to Puppet Forge please? |
When approx it (new version of module, which includes this fix) will be released to Puppet Forge? |
Summary
Prevent
source
anddestination
values with a prefix length of zero causing the Puppet agent to attempt corrections on every runAdditional Context
See #1188
Checklist
puppet apply
)