nagios: Fixed starting nagios service if stopped.
This commit is contained in:
parent
91a63240bd
commit
9c2f621ef9
1 changed files with 4 additions and 3 deletions
|
@ -87,6 +87,7 @@ class nagios::server::manual inherits nagios::common {
|
||||||
name => $service,
|
name => $service,
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
|
hasstatus => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
apache::configfile { "nagios.conf":
|
apache::configfile { "nagios.conf":
|
||||||
|
|
Loading…
Add table
Reference in a new issue