From b15feeed5d7f00cd4d8e2a5b95466a5efd4b9fa5 Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Tue, 17 Sep 2024 11:28:06 +0200 Subject: [PATCH 1/2] Add cmd to register host without Puppet on EL9 --- .../common/modules/proc_registering-a-host-without-puppet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_registering-a-host-without-puppet.adoc b/guides/common/modules/proc_registering-a-host-without-puppet.adoc index 7e5c69f49b4..b26dfbe144a 100644 --- a/guides/common/modules/proc_registering-a-host-without-puppet.adoc +++ b/guides/common/modules/proc_registering-a-host-without-puppet.adoc @@ -5,7 +5,7 @@ By default, the bootstrap script configures the host for content management and If you have an existing configuration management system and do not want to install Puppet on the host, use `--skip-puppet`. .Procedure -* On {EL} 8, enter the following command: +* On {EL} 9 or 8, enter the following command: + [options="nowrap", subs="+quotes,verbatim,attributes"] ---- From 7b18ce0d9c77b67b4e1e2dc1f4e90c2708ff3960 Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Tue, 17 Sep 2024 11:28:58 +0200 Subject: [PATCH 2/2] Name latest version first in list of EL --- .../common/modules/proc_registering-a-host-without-puppet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_registering-a-host-without-puppet.adoc b/guides/common/modules/proc_registering-a-host-without-puppet.adoc index b26dfbe144a..ff15f809f2d 100644 --- a/guides/common/modules/proc_registering-a-host-without-puppet.adoc +++ b/guides/common/modules/proc_registering-a-host-without-puppet.adoc @@ -18,7 +18,7 @@ If you have an existing configuration management system and do not want to insta --activationkey="_My_Activation_Key_" \ --skip-puppet ---- -* On {EL} 6 or 7, enter the following command: +* On {EL} 7 or 6, enter the following command: + [options="nowrap", subs="+quotes,verbatim,attributes"] ----