From e960a90c17bef5ae6e91a116313eb0decaecfd86 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Thu, 11 May 2023 08:47:20 +0200 Subject: [PATCH] fix warnings --- admin-guide/puppet/components/selinux.rst | 2 +- admin-guide/puppet/profiles/local_accounts.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-guide/puppet/components/selinux.rst b/admin-guide/puppet/components/selinux.rst index a1157db5..91478ca7 100644 --- a/admin-guide/puppet/components/selinux.rst +++ b/admin-guide/puppet/components/selinux.rst @@ -1,7 +1,7 @@ ``selinux`` =========== -This module configures :doc:`/selinux`. It allows configuring the SELinux mode +This module configures :doc:`selinux`. It allows configuring the SELinux mode as well as setting SELinux booleans. diff --git a/admin-guide/puppet/profiles/local_accounts.rst b/admin-guide/puppet/profiles/local_accounts.rst index 4e945032..9fc6e620 100644 --- a/admin-guide/puppet/profiles/local_accounts.rst +++ b/admin-guide/puppet/profiles/local_accounts.rst @@ -54,7 +54,7 @@ the values are hashes containing the usual user properties, ie: ``shell`` shell (required) ============ ========================== -Ideally the password hash is generated with ``openssl passwd -6`` and then encrypted as in chapter "Example: Encrypting password" :ref:`admin-guide/puppet/hiera` +Ideally the password hash is generated with ``openssl passwd -6`` and then encrypted as in chapter "Example: Encrypting password" :doc:`../hiera` ``users``