eximconf: use acl_m_defopt instead of re-evaluating HAS_DEFAULT_OPTIONS
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
1 class nagios {
2   package { 'nagios-nrpe-server':
3     ensure => installed
4   }
5 }