bundles/nfs-client: do start automount units. Previous comment was wrong.
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c49d9ffc56
commit
17510b783c
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ for mount, data in node.metadata.get('nfs-client',{}).get('mounts',{}).items():
|
||||||
'directory:{}'.format(data['mountpoint']),
|
'directory:{}'.format(data['mountpoint']),
|
||||||
'pkg_apt:nfs-common',
|
'pkg_apt:nfs-common',
|
||||||
},
|
},
|
||||||
'running': None, # does not exist for automount units
|
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
svc_systemd['{}.mount'.format(unitname)] = {
|
svc_systemd['{}.mount'.format(unitname)] = {
|
||||||
|
|
Loading…
Reference in a new issue