IcingaConfigHelper: extend reserved words list

This commit is contained in:
Thomas Gelf 2016-08-25 11:26:14 +00:00
parent 9fb547a849
commit 601e182b15
1 changed files with 3 additions and 0 deletions

View File

@ -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 = ' ')