Explicitly enable nagios and nrpe services.

Change-Id: I96c383aadcef80a6636d6a836dfee3012b52e7fa
Fixes: rhbz#929089
This commit is contained in:
Martin Magr
2013-05-17 10:35:00 +02:00
parent 1e58539749
commit 8ca9c2cf59
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,
}