From 5778ba3b4b0956b585599e7e006d8dfde0a95f13 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 12 Apr 2023 11:06:59 +0200 Subject: [PATCH] document automatic creation of mount points --- admin-guide/puppet/profiles/mounter.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin-guide/puppet/profiles/mounter.rst b/admin-guide/puppet/profiles/mounter.rst index 5fe30128..ccfcb6f7 100644 --- a/admin-guide/puppet/profiles/mounter.rst +++ b/admin-guide/puppet/profiles/mounter.rst @@ -7,6 +7,8 @@ Mounts are configured using the Puppet ``mount`` resource type, ie. they get added to ``/etc/fstab``. Auto-mounts are implemented by adding the ``x-systemd.automount`` option. +The directory of the mount point is automatically created when missing. + Parameters ----------