X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Fmanifests%2Fmaster.pp;h=2a01854d17da767f4f83839b0b5519552efa9c59;hb=75e631eaf68f569d032fbff644403acd35939206;hp=4706dfbfb2113ee343f8299ab28642678b485138;hpb=3eb533e5499e66423bafdedaf6c7d08ead1772de;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/manifests/master.pp b/modules/munin/manifests/master.pp index 4706dfbfb..2a01854d1 100644 --- a/modules/munin/manifests/master.pp +++ b/modules/munin/manifests/master.pp @@ -8,4 +8,18 @@ class munin::master { content => template('munin/munin.conf.erb'), require => Package['munin']; } + + ssl::service { 'munin.debian.org': + notify => Service['apache2'], + } + file { '/etc/munin/munin-conf.d': + ensure => directory, + mode => '0755', + purge => true, + force => true, + recurse => true, + source => 'puppet:///files/empty/', + } + + Munin::Master-per-node<<| |>> }