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:
parent
af4b8bff0a
commit
723a3affa1
1 changed files with 1 additions and 1 deletions
|
@ -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}"],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue