From 17510b783c0b8a246adeaa5806ea8ab327e02598 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 7 Jan 2021 22:15:57 +0100 Subject: [PATCH] bundles/nfs-client: do start automount units. Previous comment was wrong. --- bundles/nfs-client/items.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/nfs-client/items.py b/bundles/nfs-client/items.py index af66d3f..30a6852 100644 --- a/bundles/nfs-client/items.py +++ b/bundles/nfs-client/items.py @@ -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)] = {