Skip to content

Fix ordering causing mysql_grant to reapply. #332

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

Merged
merged 1 commit into from
Oct 21, 2013
Merged

Fix ordering causing mysql_grant to reapply. #332

merged 1 commit into from
Oct 21, 2013

Conversation

apenney
Copy link
Contributor

@apenney apenney commented Oct 20, 2013

Because arrays are ordered lists, Puppet compares the list of retrieved
privileges against the defined privilege list. This causes it to
reapply privilege if the ordering differs. We now forcibly order in
the type and the provider to make sure we never falsely reapply
privileges.

Because arrays are ordered lists, Puppet compares the list of retrieved
privileges against the defined privilege list.  This causes it to
reapply privilege if the ordering differs.  We now forcibly order in
the type and the provider to make sure we never falsely reapply
privileges.
apenney pushed a commit that referenced this pull request Oct 21, 2013
Fix ordering causing mysql_grant to reapply.
@apenney apenney merged commit 1b8ccb7 into puppetlabs:master Oct 21, 2013
@apenney apenney deleted the ordering branch February 26, 2014 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants