search for: repl_user

Displaying 1 result from an estimated 1 matches for "repl_user".

Did you mean: real_user
2012 Jul 19
3
Problems granting privileges with puppetlabs/mysql
...epl_slave@%": password_hash => mysql_password('' ... ''), } database_grant { "repl_slave@%/*.*": privileges => [''repl_slave_priv''], } ---------------- The puppet run doesn''t raise an error, it says: notice: /Stage[main]/Db::Repl_user/Database_grant[repl_slave@%/*.*]/privileges: privileges changed '''' to ''repl_slave_priv'' But it does so at each puppet run, so clearly it''s actually NOT changing privileges to ''repl_slave_priv''. This seems like a pretty big bug to me....