IcingaConfig: use local variable for overrides

This commit is contained in:
Thomas Gelf 2016-06-26 16:45:25 +02:00
parent c7c1bfe998
commit c6c3543e5a
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ class IcingaConfig
' '
apply Service for (title => params in host.vars["%s"]) { apply Service for (title => params in host.vars["%s"]) {
override = host.vars["%s_vars"][title] var override = host.vars["%s_vars"][title]
if (typeof(params["templates"]) in [Array, String]) { if (typeof(params["templates"]) in [Array, String]) {
import params["templates"] import params["templates"]