]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/manifests/master.pp
Start with a storeconf munin thing
[dsa-puppet.git] / modules / munin / manifests / master.pp
index 4706dfbfb2113ee343f8299ab28642678b485138..6f606e3712bd51bafa3e4ad3690c56edd5210c50 100644 (file)
@@ -8,4 +8,14 @@ class munin::master {
                content => template('munin/munin.conf.erb'),
                require => Package['munin'];
        }
+
+       if $::hostname == 'menotti' {
+               file { '/etc/munin/munin-conf.d':
+                       ensure => directory,
+                       mode   => 755,
+                       ;
+               }
+
+               Munin::Master-per-node<<| |>>
+       }
 }