From 693877ad29b9716f81b29fdbc22b749c18025afd Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 10 May 2023 16:26:33 +0200 Subject: [PATCH] it should get the TOC from the global _toc.yaml... --- admin-guide/configuration.md | 1 + admin-guide/{more => configuration}/hostname.md | 4 ++-- admin-guide/more.rst | 8 -------- 3 files changed, 3 insertions(+), 10 deletions(-) rename admin-guide/{more => configuration}/hostname.md (68%) delete mode 100644 admin-guide/more.rst diff --git a/admin-guide/configuration.md b/admin-guide/configuration.md index 1a4b70d8..92c38c88 100644 --- a/admin-guide/configuration.md +++ b/admin-guide/configuration.md @@ -2,5 +2,6 @@ Here starts a so far small collections of configuration guides for sysadmins of RHEL installations using Puppet and Hiera. +- [Hostname Length Limitation to 15 characters](hostname) - [Resize System Volumes (volume group `vg_root`)](configuration/vgroot) - [Install Citrix VDA](configuration/citrix_vda) diff --git a/admin-guide/more/hostname.md b/admin-guide/configuration/hostname.md similarity index 68% rename from admin-guide/more/hostname.md rename to admin-guide/configuration/hostname.md index 2cbbaa3d..9153616d 100644 --- a/admin-guide/more/hostname.md +++ b/admin-guide/configuration/hostname.md @@ -5,6 +5,6 @@ If keytab files are/need to be use by systems the hostname is limited to 15 char - [KeytabFile](https://wiki.psi.ch/AIT/KeytabFile) A copy of the wiki pages can be found at: -- [pdf/AdKerberosTroubleshooting.pdf](pdf/AdKerberosTroubleshooting.pdf) -- [pdf/KeytabFile.pdf](pdf/AdKerberosTroubleshooting.pdf) +- [AdKerberosTroubleshooting.pdf](../_static/AIT-AD-Kerberos-Troubleshooting.pdf) +- [KeytabFile.pdf](.._/static/AdKerberosTroubleshooting.pdf) diff --git a/admin-guide/more.rst b/admin-guide/more.rst deleted file mode 100644 index 33b93824..00000000 --- a/admin-guide/more.rst +++ /dev/null @@ -1,8 +0,0 @@ -More -==== - - -.. toctree:: - :maxdepth: 2 - - more/hostname