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

Resources

Resources

Concatenated_file[/etc/munin/munin.conf]
   dir => 'NODESDIR'
   header => '/etc/munin/munin.conf.header'
File[/etc/munin/munin.conf.header]
   source => '/etc/munin/munin.conf'
   replace => 'no'
   mode => '0644'
   owner => 'root'
   group => '0'
   before => '#'
File[['/var/log/munin-update.log, /var/log/munin-limits.log, /var/log/munin-graph.log, /var/log/munin-html.log']]
   ensure => 'present'
   mode => '640'
   owner => 'munin'
   group => 'root'
Package[['munin, nmap']]
   ensure => 'installed'

[Validate]