Class munin::client::debian
In: /home/david/repos/complete/modules/munin/manifests/client.pp
Parent:

Resources

Resources

File[/etc/munin/]
   ensure => 'directory'
   mode => '0755'
   owner => 'root'
   group => 'root'
File[/etc/munin/munin-node.conf]
   content => '#'
   mode => '0644'
   owner => 'root'
   group => 'root'
   before => '#'
   notify => '#'
Munin::Register[fqdn]
Package[munin-node]
   ensure => 'installed'
Plugin[postfix_mailvolume]
   ensure => 'absent'

workaround bug in munin_node_configure

Service[munin-node]
   ensure => 'running'
   hasstatus => '#'

[Validate]