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:
parent
3b70363fbe
commit
211568e345
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user