Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove system purpose addons references #3597

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions guides/common/modules/proc_creating-an-activation-key.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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::[]
Expand All @@ -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:
+
Expand Down