example42 / puppet-mysql

Mysql Puppet Module
http://www.example42.com
Other
16 stars 38 forks source link

Can't change root password to blank #37

Closed joshbetz closed 9 years ago

joshbetz commented 10 years ago

After setting the root password to a non-blank value, I want to change it back to blank. I can change the password to another non-blank value, but I can't change it to ''.

alvagante commented 10 years ago

I'd consider it somehow an edge case, but thanks for the notice. Will tackle it when I find time...

joshbetz commented 10 years ago

I'll try to look into it too. I though it was https://github.com/example42/puppet-mysql/blob/master/manifests/init.pp#L354, but change that didn't seem to fix it.