From 0f43ede4e7118edfc0747c41808063f8b978bfbe Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Thu, 11 May 2023 10:00:43 +0200 Subject: [PATCH] fix warnings --- admin-guide/puppet/roles/base.rst | 2 +- admin-guide/puppet/roles/bootpc.rst | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/admin-guide/puppet/roles/base.rst b/admin-guide/puppet/roles/base.rst index fb51969b..4578d2b7 100644 --- a/admin-guide/puppet/roles/base.rst +++ b/admin-guide/puppet/roles/base.rst @@ -137,7 +137,7 @@ InfluxDB servers. ~~~~~~~~~~~~~~~~~ Determines whether to include the :doc:`icinga_client -<../profiles/icinga_client>` profile, which installs the client components +<../profiles/icinga/client>` profile, which installs the client components necessary for Icinga-based monitoring. diff --git a/admin-guide/puppet/roles/bootpc.rst b/admin-guide/puppet/roles/bootpc.rst index d3847193..266f15cd 100644 --- a/admin-guide/puppet/roles/bootpc.rst +++ b/admin-guide/puppet/roles/bootpc.rst @@ -4,13 +4,6 @@ This role implements a GFA bootpc system. -Parameters ----------- - -``yum_client::pkg_group::bootpc`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -The package group ``bootpc`` is *always* installed by this role. Other roles +The package group ``base::pkg_group::bootpc`` is *always* installed by this role. Other roles usually ignore it, but of course it can be installed on such systems using the -``yum_client::package_groups`` parameter. See the :doc:`yum_client -<../profiles/yum_client>` documentation for details. +``base::package_groups`` list in Hiera.