diff --git a/engineering-guide/puppet/profiles/autofs.rst b/engineering-guide/puppet/profiles/autofs.rst deleted file mode 100644 index c3df6998..00000000 --- a/engineering-guide/puppet/profiles/autofs.rst +++ /dev/null @@ -1,23 +0,0 @@ -``profile::autofs`` -=================== - -This profile enables the ``autofs`` service. For normal automounts this is not -necessary, as they can be implemented using systemd, but this module can enable -the autofs ``-hosts`` map. - - -Parameters ----------- - -=============================== ======== ================================================ -**Name** **Type** **Default** -------------------------------- -------- ------------------------------------------------ -install_auto_master bool hiera('autofs::install_auto_master', true) -=============================== ======== ================================================ - - -``autofs::install_auto_master`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -If this variable is true, the profile will create an ``/etc/auto.master`` file -enabling the ``-hosts`` map on ``/net``.