Update manifests/server/monitor.pp

We are using this manifest file and it cannot find *Mysql_user* please change it to *Database_user*. I suppose that this was changed after a refactoring of some sort


Best, Nikola
This commit is contained in:
Nikola Petrov 2012-12-12 18:54:51 +02:00
parent af4b8bff0a
commit 723a3affa1

View file

@ -13,7 +13,7 @@ class mysql::server::monitor (
database_grant { "${mysql_monitor_username}@${mysql_monitor_hostname}":
privileges => [ 'process_priv', 'super_priv' ],
require => Mysql_user["${mysql_monitor_username}@${mysql_monitor_hostname}"],
require => Database_user["${mysql_monitor_username}@${mysql_monitor_hostname}"],
}
}