Merge "Explicitly enable nagios and nrpe services."

This commit is contained in:
Jenkins 2013-05-21 11:34:29 +00:00 committed by Gerrit Code Review
commit 21061c386a
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class{'nagios_configs':
service{'nrpe':
ensure => running,
enable => true,
hasstatus => true,
}

View File

@ -66,6 +66,7 @@ file { '/etc/httpd/conf.d/nagios.conf':}
service{['nagios']:
ensure => running,
enable => true,
hasstatus => true,
}