From 9d0122ed13485cf9367cb96c96f26ac3e4bafd6d Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 14 Jun 2022 16:56:24 +0200 Subject: [PATCH] improve AFS documentation --- admin-guide/puppet/roles/softioc.rst | 7 +++++++ admin-guide/puppet/roles/workstation.rst | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/admin-guide/puppet/roles/softioc.rst b/admin-guide/puppet/roles/softioc.rst index d7f30ae9..83fa7f15 100644 --- a/admin-guide/puppet/roles/softioc.rst +++ b/admin-guide/puppet/roles/softioc.rst @@ -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`` ~~~~~~~~~~~~~~~ diff --git a/admin-guide/puppet/roles/workstation.rst b/admin-guide/puppet/roles/workstation.rst index 24b7977d..d0928f83 100644 --- a/admin-guide/puppet/roles/workstation.rst +++ b/admin-guide/puppet/roles/workstation.rst @@ -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`` ~~~~~~~~~~~~~