1
0
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:
Игорь Чудов 2020-05-14 19:46:06 +04:00
parent 6843690340
commit 816c40ce40
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -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):