Georg Friedrich Kauffmann (February 14th, 1679 - February 27th, 1735)
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
1 class nagios {
2         package {
3                 nagios-nrpe-server: ensure => installed;
4         }
5 }