IcingaConfigHelper: extend reserved words list
This commit is contained in:
parent
9fb547a849
commit
601e182b15
|
@ -15,6 +15,7 @@ class IcingaConfigHelper
|
||||||
'template',
|
'template',
|
||||||
'include',
|
'include',
|
||||||
'include_recursive',
|
'include_recursive',
|
||||||
|
'ignore_on_error',
|
||||||
'library',
|
'library',
|
||||||
'null',
|
'null',
|
||||||
'true',
|
'true',
|
||||||
|
@ -35,6 +36,8 @@ class IcingaConfigHelper
|
||||||
'if',
|
'if',
|
||||||
'else',
|
'else',
|
||||||
'in',
|
'in',
|
||||||
|
'current_filename',
|
||||||
|
'current_line',
|
||||||
);
|
);
|
||||||
|
|
||||||
public static function renderKeyValue($key, $value, $prefix = ' ')
|
public static function renderKeyValue($key, $value, $prefix = ' ')
|
||||||
|
|
Loading…
Reference in New Issue