Let people know why their mail is being rejected with the new check
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
1 class nagios {
2         package {
3                 nagios-nrpe-server: ensure => installed;
4         }
5 }