Добавлено использование переменной ac_client_domain при sync событии

master3.3
Mike khiretskiy 11 years ago
parent 1542dd4b16
commit fa09d3d662

@ -46,8 +46,9 @@ class VariableAcClientDomain(ActionVariable):
remoteAuth = self.Get("os_remote_auth")
if cl_action == "domain":
return "on"
elif cl_action == "merge" and \
remoteHost and remoteAuth:
elif ((cl_action in "merge" or
cl_action == 'sync' and self.Get('cl_merge_pkg'))
and remoteHost and remoteAuth):
return "on"
return "off"

Loading…
Cancel
Save