enable is not needed for mounter

This commit is contained in:
2023-10-23 08:43:29 +02:00
parent 3cf53d1ded
commit 7b036fd34b
-1
View File
@@ -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'