Fix order attribute for the ssh check command

fixes #6773
This commit is contained in:
Gunnar Beutner 2014-07-21 15:09:01 +02:00
parent 23986c9cf4
commit abc3869218
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ object CheckCommand "ssh" {
"host" = {
value = "$ssh_address$"
skip_key = true
order = -1
order = 1
}
}