bundles/nfs-client: don't try to start automount units

This commit is contained in:
Franzi 2020-11-29 12:06:34 +01:00
parent 1bfeead5e8
commit 8456ac43c6
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -36,6 +36,7 @@ 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)] = {