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