improve AFS documentation

This commit is contained in:
2022-06-14 11:11:38 +02:00
parent b337d8baff
commit bee7c3a9ac
+13 -12
View File
@@ -13,28 +13,28 @@ Parameters
**Name** **Type** **Default**
---------------------- -------- ------------------------------------------------
default_target string ``multi-user``
enable_afs bool false
enable_autofs bool false
enable_afs bool hiera('base::enable_afs')
enable_autofs bool hiera('base::enable_autofs')
enable_filecopy bool hiera('base::enable_filecopy')
enable_ganglia bool false
enable_icinga bool true
enable_kdump_client bool true
enable_ganglia bool hiera('base::enable_ganglia')
enable_icinga bool hiera('base::enable_icinga')
enable_kdump_client bool hiera('base::enable_kdump_client')
enable_multipath bool hiera('base::enable_multipath')
enable_nfs_server bool false
enable_nfs_server bool hiera('base::enable_nfs_server')
enable_nomachine bool hiera('base::enable_nomachine')
enable_platform bool hiera('base::enable_platform')
enable_pmodules bool false
enable_print_client bool false
enable_rhgb bool false
enable_pmodules bool hiera('base::enable_pmodules')
enable_print_client bool hiera('base::enable_print_client')
enable_rhgb bool hiera('base::enable_rhgb')
enable_ssh_client bool hiera('base::enable_ssh_client')
enable_telegraf bool hiera('base::enable_telegraf')
enable_updatedb bool true
enable_updatedb bool hiera('base::enable_updatedb')
include_aaa bool true
include_log_client bool true
include_yum_client bool true
package_groups array []
pkg_group::* array -
selinux_mode string ``enforcing``
selinux_mode string hiera('base::selinux_mode', 'enforcing')
====================== ======== ================================================
@@ -50,7 +50,8 @@ active after a reboot.
~~~~~~~~~~~~~~
Determines whether to include the :doc:`afs_client <../profiles/afs_client>`
profile.
profile to enable AFS access.
For the ``workstation`` and ``softioc`` role this is ignored, respectively there are separate ``workstation::enable_afs`` and ``softioc::enable_afs`` Hiera settings.
``enable_autofs``