example42 / puppet-mysql

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

Need support for IP/Netmask notation for grants #38

Closed lieutdan13 closed 10 years ago

lieutdan13 commented 10 years ago

When using a IP and netmask notation for the host, the $mysql_grant_file variable contains a slash. The OS sees this as a sub-directory. To avoid this, I suggest replacing all forward slashes with another character in the $mysql_grantfile variable. I'll do the work, but any suggestions on the character? , !, ^, or + would be my suggestions.

lieutdan13 commented 10 years ago

PR #39 fixes this