]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/nagios/manifests/init.pp
Take a stab at using the class hierarchy that puppet provides
[dsa-puppet.git] / modules / nagios / manifests / init.pp
1 class nagios {
2         package {
3                 nagios-nrpe-server: ensure => installed;
4         }
5 }