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

Remove explicit PW column default from mysql_user #33690

Conversation

neil-williamson
Copy link

Followup to issue #29265 and PR #32440.
#32440 improved the mysql module to automatically choose the password column name as appropriate for the MySQL version, but neglected to update the mysql_user state, which was still supplying a value for password_column that overrode the automatic detection in the module.

This change corrects that oversight and passes None by default, allowing the module to choose an appropriate default when the state is called without parameters.

Tests written?

No

@rallytime
Copy link
Contributor

Thanks @neil-williamson!

@rallytime rallytime merged commit 778b290 into saltstack:2016.3 Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants