From 8456ac43c600fcd234c8922a75b89d7b47a5125d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 29 Nov 2020 12:06:34 +0100 Subject: [PATCH] bundles/nfs-client: don't try to start automount units --- bundles/nfs-client/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/nfs-client/items.py b/bundles/nfs-client/items.py index 30a6852..af66d3f 100644 --- a/bundles/nfs-client/items.py +++ b/bundles/nfs-client/items.py @@ -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)] = {