This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Description
My configuration is as follows:
mysql::grant { 'tungsten':
mysql_privileges => 'ALL',
mysql_db => '*',
mysql_user => 'tungsten',
mysql_password => $tpw,
mysql_host => '%',
mysql_grant_option => true
}
The grant is created without problems when i first execute. If I remove the tungsten user from the database manually, and run puppet again after that, the user is not recreated.
Is there any way I can make it happen?
Thanks,
martin