nagios: Fixed starting nagios service if stopped.

This commit is contained in:
Timo Makinen 2013-11-15 08:33:10 +02:00
parent 91a63240bd
commit 9c2f621ef9

View file

@ -87,6 +87,7 @@ class nagios::server::manual inherits nagios::common {
name => $service,
ensure => running,
enable => true,
hasstatus => true,
}
apache::configfile { "nagios.conf":