mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Added experimental default state for scripts_applier
This commit is contained in:
parent
4327f0b17b
commit
0e159d34d0
@ -31,8 +31,8 @@ from .applier_frontend import (
|
||||
|
||||
class scripts_applier(applier_frontend):
|
||||
__module_name = 'ScriptsApplier'
|
||||
__module_experimental = False
|
||||
__module_enabled = True
|
||||
__module_experimental = True
|
||||
__module_enabled = False
|
||||
__cache_scripts = '/var/cache/gpupdate_scripts_cache/machine/'
|
||||
|
||||
def __init__(self, storage, sid):
|
||||
@ -81,8 +81,8 @@ class scripts_applier(applier_frontend):
|
||||
|
||||
class scripts_applier_user(applier_frontend):
|
||||
__module_name = 'ScriptsApplierUser'
|
||||
__module_experimental = False
|
||||
__module_enabled = True
|
||||
__module_experimental = True
|
||||
__module_enabled = False
|
||||
__cache_scripts = '/var/cache/gpupdate_scripts_cache/users/'
|
||||
|
||||
def __init__(self, storage, sid, username):
|
||||
|
Loading…
x
Reference in New Issue
Block a user