diff --git a/guides/common/modules/proc_creating-an-activation-key.adoc b/guides/common/modules/proc_creating-an-activation-key.adoc index 67e6578cb2..9d08a35e9b 100644 --- a/guides/common/modules/proc_creating-an-activation-key.adoc +++ b/guides/common/modules/proc_creating-an-activation-key.adoc @@ -47,8 +47,7 @@ $ hammer activation-key update \ --name "_My_Activation_Key_" \ --service-level "_Standard_" \ --purpose-usage "_Development/Test_" \ ---purpose-role "_{RHELServer}_" \ ---purpose-addons "_addons_" +--purpose-role "_{RHELServer}_" ---- . List the product content associated with the activation key: + diff --git a/guides/common/modules/proc_editing-the-system-purpose-of-a-host.adoc b/guides/common/modules/proc_editing-the-system-purpose-of-a-host.adoc index 770d59dca2..31af64829e 100644 --- a/guides/common/modules/proc_editing-the-system-purpose-of-a-host.adoc +++ b/guides/common/modules/proc_editing-the-system-purpose-of-a-host.adoc @@ -19,7 +19,7 @@ endif::[] .CLI procedure . Log in to the host and edit the required system purpose attributes. -For example, set the usage type to `Production`, the role to `{RHELServer}`, and add the `addon` add on. +For example, set the usage type to `Production` and the role to `{RHELServer}`. ifndef::orcharhino[] For the list of values, see {RHELDocsBaseURL}8/html/automatically_installing_rhel/proc_configuring-system-purpose-using-the-subscription-manager-command-line-tool_rhel-installer[Configuring System Purpose using the subscription-manager command-line tool] in _Automatically installing RHEL{nbsp}8_. endif::[] @@ -28,7 +28,6 @@ endif::[] ---- # subscription-manager syspurpose set usage '_Production_' # subscription-manager syspurpose set role '_Red Hat Enterprise Linux Server_' -# subscription-manager syspurpose add addons '_your_addon_' ---- . Verify the system purpose attributes for this host: +