From f145c5430dad31622dfbcc192c62484866426eed Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Wed, 3 Jan 2018 12:23:55 -0600 Subject: [PATCH] fixed numbers to variables in code quotes --- .../topics/installation/installing-rpm.adoc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/server_installation/topics/installation/installing-rpm.adoc b/server_installation/topics/installation/installing-rpm.adoc index ea619c66f8..e1ccd252a6 100644 --- a/server_installation/topics/installation/installing-rpm.adoc +++ b/server_installation/topics/installation/installing-rpm.adoc @@ -19,7 +19,10 @@ NOTE: You cannot continue to receive upgrades to EAP 7.1 RPMs but stop receiving Using Red Hat Subscription Manager, subscribe to the {appserver_name} {appserver_version} repository using the following command. Replace with either 6 or 7 depending on your Red Hat Enterprise Linux version. - subscription-manager repos --enable=jb-eap-7.1-for-rhel--server-rpms +[source,bash,subs="attributes+"] +---- +subscription-manager repos --enable=jb-eap-{appserver_version}-for-rhel--server-rpms +---- ==== Subscribing to the RH-SSO {project_versionDoc} Repository and Installing RH-SSO {project_versionDoc} @@ -31,8 +34,11 @@ Using Red Hat Subscription Manager, subscribe to the {appserver_name} {appserver To subscribe to the RH-SSO {project_versionDoc} repository and install RH-SSO {project_versionDoc}, complete the following steps: . Using Red Hat Subscription Manager, subscribe to the RH-SSO {project_versionDoc} repository using the following command. Replace with either 6 or 7 depending on your Red Hat Enterprise Linux version. - - subscription-manager repos --enable=rh-sso-7.2-for-rhel--server-rpms ++ +[source,bash,subs="attributes+"] +---- +subscription-manager repos --enable=rh-sso-{project_versionDoc}-for-rhel--server-rpms +---- . Install RH-SSO from your subscribed RH-SSO {project_versionDoc} repository using the following command: