mirror-anu must not be in apache2_www_mirror if it is in static
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
1 class nagios {
2         package { 'nagios-nrpe-server':
3                 ensure => installed
4         }
5 }