Mercurial > repos > other > Puppet
diff modules/mysql/examples/monitor.pp @ 443:c6c9a2cfcfbd
Update MySQL module
Fixes a problem with MariaDB and blank certificate paths
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 08 May 2023 11:48:41 +0100 |
parents | 668df4711671 |
children |
line wrap: on
line diff
--- a/modules/mysql/examples/monitor.pp Mon Apr 03 19:41:02 2023 +0100 +++ b/modules/mysql/examples/monitor.pp Mon May 08 11:48:41 2023 +0100 @@ -3,7 +3,7 @@ $mysql_monitor_password = 'password' $mysql_monitor_username = 'monitoring' -$mysql_monitor_hostname = $::facts['networking']['hostname'] +$mysql_monitor_hostname = $facts['networking']['hostname'] mysql_user { "${mysql_monitor_username}@${mysql_monitor_hostname}": ensure => present,