From b94fa5f22fc3701a1f45aba3a7c8e4879c4f0174 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 8 Mar 2023 08:49:00 +0100 Subject: [PATCH] improve package exclusion documentation --- rhel8/software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel8/software.md b/rhel8/software.md index 2849e1bc..a8c8dc95 100644 --- a/rhel8/software.md +++ b/rhel8/software.md @@ -89,7 +89,7 @@ base::package_exclude: ``` This list is merged over the full Hiera hierachy, so there is no need to copy exclusions from higher levels when creating an exclusion on a low level. -This list can also be used to opt out packages from other, maybe inherited package groups. But unlike the `:absent` tag it will not uninstall a package when found. +This list can also be used to opt out packages from other, maybe inherited package groups. But unlike the `:absent` tag in a package list it will not uninstall a package when found. ### Install Debuginfo Packages