improve AFS documentation

This commit is contained in:
2022-06-14 16:56:24 +02:00
parent bee7c3a9ac
commit 9d0122ed13
2 changed files with 13 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Parameters
----------
============== ======== ===================================
enable_afs bool hiera('softioc::enable_afs', false)
local_homes bool hiera('softioc::local_homes')
mount_root string hiera('softioc::mount_root')
mounts hash hiera_hash('softioc::mounts', {})
@@ -16,6 +17,12 @@ users array hiera('softioc::users', [])
============== ======== ===================================
``enable_afs``
~~~~~~~~~~~~~~~
Configures AFS access and pmodule.
``local_homes``
~~~~~~~~~~~~~~~

View File

@@ -19,6 +19,7 @@ Parameters
**Name** **Type** **Default**
----------------- --------- ----------------------------------------
banner_message string See ``common.yaml``
enable_afs bool hiera('workstation::enable_afs', true)
favorites array See ``common.yaml``
keyboard_layouts array See ``common.yaml``
local_homes bool false
@@ -36,6 +37,11 @@ timedlogin_user string hiera('workstation::timedlogin_user')
A message displayed on the login screen.
``enable_afs``
~~~~~~~~~~~~~~~
Configures AFS access and pmodule.
``favorites``
~~~~~~~~~~~~~