X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Fmanifests%2Fmaster.pp;h=d8d22710746445f2148ff484e39a882cf42f5996;hb=c828a1b822d2987966270de951718a77b2a08511;hp=ca221b8e481c44a429bfd34bd86b4ae2aa8863a6;hpb=4bbb026dd9e39444192456c5f248a791a25954b4;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/manifests/master.pp b/modules/munin/manifests/master.pp index ca221b8e4..d8d227107 100644 --- a/modules/munin/manifests/master.pp +++ b/modules/munin/manifests/master.pp @@ -10,7 +10,8 @@ class munin::master { } ssl::service { 'munin.debian.org': - notify => Service['apache2'], + notify => Exec['service apache2 reload'], + key => true, } file { '/etc/munin/munin-conf.d': ensure => directory, @@ -21,7 +22,7 @@ class munin::master { source => 'puppet:///files/empty/', } - Munin::Master-per-node<<| |>> + Munin::Master_per_node<<| |>> file { '/etc/cron.d/puppet-munin-cleanup': source => 'puppet:///modules/munin/master-cleanup-cron',