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

MODULES-1981: Revoke and grant difference of old and new privileges #706

Merged
merged 1 commit into from
May 4, 2015
Merged

MODULES-1981: Revoke and grant difference of old and new privileges #706

merged 1 commit into from
May 4, 2015

Conversation

agadelshin
Copy link
Contributor

We have 2 problems with current privileges change behaviour with puppetlabs-mysql:

  1. If user doesn't have GRANT privilege, puppet will fail
  2. if we want to add ALTER privilege (for example) to ['SELECT', 'INSERT'], we don't want to REVOKE SELECT, INSERT before.

@igalic
Copy link
Contributor

igalic commented May 4, 2015

@pondohva one minor issue, before i hit the merge button here: you may wanna change the email on your commit, or add that email to your github settings, so github will know to associate it with your account, and you get magic internet points.

@agadelshin
Copy link
Contributor Author

@igalic fixed! Thank you.

igalic added a commit that referenced this pull request May 4, 2015
MODULES-1981: Revoke and grant difference of old and new privileges
@igalic igalic merged commit 41ab4b9 into puppetlabs:master May 4, 2015
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.

3 participants