From d0424285d5eaf5ca7f10e8ae6b922f11ab5121e3 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 25 Nov 2024 14:00:56 +0100 Subject: [PATCH] fix warnings --- _toc.yml | 2 +- admin-guide/configuration/files/central_storage_mount.md | 2 +- engineering-guide/puppet/roles/base.rst | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_toc.yml b/_toc.yml index 85651417..eb7072e7 100644 --- a/_toc.yml +++ b/_toc.yml @@ -16,7 +16,7 @@ chapters: - file: user-guide/ms_teams - file: user-guide/evolution_for_o365 - file: user-guide/thunderbird_for_o365 - - file: user-guide/partially-shared-home + - file: user-guide/partially_shared_home - file: user-guide/gnome_desktop_icons - file: user-guide/gnome_screenshots - file: user-guide/xrdp diff --git a/admin-guide/configuration/files/central_storage_mount.md b/admin-guide/configuration/files/central_storage_mount.md index b34e090c..9dc1e1fb 100644 --- a/admin-guide/configuration/files/central_storage_mount.md +++ b/admin-guide/configuration/files/central_storage_mount.md @@ -17,7 +17,7 @@ On workstation type systems this is enabled by default starting with RHEL9 ## Adding a Share -For a new or exsting share find a suitable path below `/psi.ch/group` or `/psi.ch/project` and inform the [NAS Team](cits2-nas@psi.ch) or the [Linux Core Group](mailto:linux-eng@psi.ch). +For a new or exsting share find a suitable path below `/psi.ch/group` or `/psi.ch/project` and inform the [NAS Team](mailto:cits2-nas@psi.ch) or the [Linux Core Group](mailto:linux-eng@psi.ch). ## Kerberos and Permanent Running Software Checkout [Permanent Kerberos with gssproxy and Password Keytab](../basic/gssproxy_with_keytab) if you want to access this, e.g. with background processes without having to type passwords (`kinit`) regularly. diff --git a/engineering-guide/puppet/roles/base.rst b/engineering-guide/puppet/roles/base.rst index d39710d7..fb365b85 100644 --- a/engineering-guide/puppet/roles/base.rst +++ b/engineering-guide/puppet/roles/base.rst @@ -176,8 +176,7 @@ Enable the ``multipath`` profile for basic multipath functionality. ``enable_nfs_server`` ~~~~~~~~~~~~~~~~~~~~~ -Enable the kernel NFS server and configure the :manpage:`exports(5)` file. See -the :doc:`nfs_server <../profiles/nfs_server>` profile for details. +Enable the kernel NFS server and configure the :manpage:`exports(5)` file. ``enable_nomachine``