Добавлено обновление конфигурационных файлов при сканировании серверов обновлений

master-3.5 3.5.8.2
parent 6f46c24213
commit 1614dd4eea

@ -313,6 +313,7 @@ class ClUpdateAction(Action):
'condition': lambda Get: (Get('cl_templates_locate') and 'condition': lambda Get: (Get('cl_templates_locate') and
(Get('cl_update_world') != "update" or (Get('cl_update_world') != "update" or
Get('cl_update_outdate_set') == 'on' or Get('cl_update_outdate_set') == 'on' or
Get('cl_update_binhost_recheck_set') == 'on' or
Get('cl_update_force_fix_set') == 'on')) Get('cl_update_force_fix_set') == 'on'))
}, },
@ -321,7 +322,8 @@ class ClUpdateAction(Action):
'method': 'Update.dispatchConf()', 'method': 'Update.dispatchConf()',
'condition': lambda Get: (Get('cl_dispatch_conf') != 'skip' and 'condition': lambda Get: (Get('cl_dispatch_conf') != 'skip' and
Get('cl_update_pretend_set') == 'off' and Get('cl_update_pretend_set') == 'off' and
(Get('cl_update_outdate_set') == 'on' or (Get('cl_update_binhost_recheck_set') == 'on' or
Get('cl_update_outdate_set') == 'on' or
Get('cl_update_force_fix_set') == 'on')) Get('cl_update_force_fix_set') == 'on'))
}, },
{'name': 'binhost_changed', {'name': 'binhost_changed',

Loading…
Cancel
Save