From 7b036fd34bb454aa5b41a599ee8fafe0af81b716 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 23 Oct 2023 08:43:29 +0200 Subject: [PATCH] enable is not needed for mounter --- admin-guide/configuration/mount.md | 1 - 1 file changed, 1 deletion(-) diff --git a/admin-guide/configuration/mount.md b/admin-guide/configuration/mount.md index d4f27d8e..2dd8cdbc 100644 --- a/admin-guide/configuration/mount.md +++ b/admin-guide/configuration/mount.md @@ -65,7 +65,6 @@ Mounting a CIFS share with the `multiuser` option and Kerberos has the advantage ``` mounter::def::scratch: ensure: 'mounted' - enable: 'true' device: '//scratch01/scratch' mountpoint: '/media/scratch' type: 'cifs'