summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-01 21:06:14 +0000
committermh <mh@immerda.ch>2008-10-01 21:06:14 +0000
commit2176f3295148a6cc22bafb54007db972d749dc44 (patch)
tree5f8c91e1eb920e8872e2c8b01ade6896bb8e9945 /manifests/puppetmaster.pp
parent2d85eb59b272f8c8ed5990d58c0b9857b3b068eb (diff)
Merge commit 'puzzle/development'
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 4470a84..fa975ad 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -89,4 +89,9 @@ define puppet::puppetmaster::hasdb::mysql(
require => Mysql_user["${dbuser}@${dbconnectinghost}"],
tag => "mysql_${dbhostfqdn}",
}
+
+ munin::plugin::deploy{'puppetresources':
+ source => "puppet/munin/puppetresources.mysql",
+ config => "env.mysqlopts --user=$dbuser --password=$dbpwd -h $dbhost\nenv.puppetdb $dbname",
+ }
}