diff options
author | mh <mh@immerda.ch> | 2008-10-01 21:06:14 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-10-01 21:06:14 +0000 |
commit | 2176f3295148a6cc22bafb54007db972d749dc44 (patch) | |
tree | 5f8c91e1eb920e8872e2c8b01ade6896bb8e9945 /manifests | |
parent | 2d85eb59b272f8c8ed5990d58c0b9857b3b068eb (diff) |
Merge commit 'puzzle/development'
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetmaster.pp | 5 |
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", + } } |