Skip to content

Commit dc5ee12

Browse files
committed
Merge pull request #134 from nikolavp/patch-1
Update manifests/server/monitor.pp
2 parents af4b8bf + 723a3af commit dc5ee12

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)