bundles/nfs-client: do start automount units. Previous comment was wrong.
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-07 22:15:57 +01:00
parent c49d9ffc56
commit 17510b783c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -36,7 +36,6 @@ for mount, data in node.metadata.get('nfs-client',{}).get('mounts',{}).items():
'directory:{}'.format(data['mountpoint']),
'pkg_apt:nfs-common',
},
'running': None, # does not exist for automount units
}
else:
svc_systemd['{}.mount'.format(unitname)] = {