fd: also use the grep in public_addresses to learn if we support v4/v6
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
1 class nagios {
2   package { 'nagios-nrpe-server':
3     ensure => installed
4   }
5 }