Remove wrong 'ignore where' expression from 'ssh' apply example

fixes #9188
This commit is contained in:
Michael Friedrich 2015-04-27 14:34:35 +02:00
parent 91257b3184
commit da4ed19fc4
1 changed files with 0 additions and 1 deletions

View File

@ -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 */
}