mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-20 22:50:33 +03:00
cifs_applier: Fixed template name
This commit is contained in:
parent
6843690340
commit
816c40ce40
@ -55,7 +55,7 @@ class cifs_applier_user(applier_frontend):
|
||||
__auto_file = '/etc/auto.master'
|
||||
__auto_dir = '/etc/auto.master.gpupdate.d'
|
||||
__template_path = '/usr/share/gpupdate/templates'
|
||||
__template_name = os.path.join(__template_path, 'gpupdate-mount.j2')
|
||||
__template_name = os.path.join(__template_path, 'gpupdate_mount.j2')
|
||||
__drive_entry_template = '/mnt/{}\t-fstype=cifs,rw,username={},password={}\t:{}'
|
||||
|
||||
def __init__(self, storage, sid, username):
|
||||
|
Loading…
x
Reference in New Issue
Block a user