summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 821cb80..fadbfc6 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -126,7 +126,7 @@ define puppet::puppetmaster::hasdb::mysql(
@@mysql_grant{"${dbuser}@$${dbconnectinghost}/${dbname}":
privileges => all,
- require => Mysql_user['munin@localhost'],
+ require => Mysql_user["${dbuser}@{dbconnectinghost}"],
tag => "mysql_${dbhostfqdn}",
}
}