icingaweb2-module-director/test/php/library/Director/Objects/rendered/command7.out
Thomas Gelf d5131f7fac Arguments: always render += instead of =
This allows to extend existing arguments

fixes #12941
2016-11-15 17:57:02 +01:00

9 lines
161 B
Text

object CheckCommand "___TEST___command" {
command = [ PluginDir + "/bla" ]
arguments += {
"-a" = {
set_if = "$a$"
}
}
}