Skip to content

Commit 723a3af

Browse files
committed
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
1 parent af4b8bf commit 723a3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/monitor.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
database_grant { "${mysql_monitor_username}@${mysql_monitor_hostname}":
1515
privileges => [ 'process_priv', 'super_priv' ],
16-
require => Mysql_user["${mysql_monitor_username}@${mysql_monitor_hostname}"],
16+
require => Database_user["${mysql_monitor_username}@${mysql_monitor_hostname}"],
1717
}
1818

1919
}

0 commit comments

Comments
 (0)