1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

NTP applier enabled

This commit is contained in:
Игорь Чудов 2020-07-03 23:45:09 +04:00
parent 3b70363fbe
commit 211568e345
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -45,6 +45,7 @@ from .folder_applier import (
, folder_applier_user
)
from .cifs_applier import cifs_applier_user
from .ntp_applier import ntp_applier
from util.windows import get_sid
from util.users import (
is_root,
@ -102,6 +103,7 @@ class frontend_manager:
, 'firewall': firewall_applier(self.storage)
, 'folders': folder_applier(self.storage, self.sid)
, 'package': package_applier(self.storage)
, 'ntp': ntp_applier(self.storage)
})
# User appliers are expected to work with user-writable