mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Remove wrong 'ignore where' expression from 'ssh' apply example
fixes #9188
This commit is contained in:
parent
91257b3184
commit
da4ed19fc4
@ -50,7 +50,6 @@ apply Service "ssh" {
|
||||
check_command = "ssh"
|
||||
|
||||
assign where (host.address || host.address6) && host.vars.os == "Linux"
|
||||
ignore where host.name == "localhost" /* for upgrade safety */
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user