Skip to content

Commit 96139b6

Browse files
authored
Fix yum config syntax (#4388)
* Remove leading hyphens * Remove trailing backslashes
1 parent 01685ae commit 96139b6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

guides/common/modules/proc_upgrading-a-disconnected-project-server.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,25 +83,25 @@ $ hammer content-export complete repository \
8383
[source, none, options="nowrap" subs="attributes"]
8484
----
8585
[{RepoRHEL9BaseOS}]
86-
--name=Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) \
87-
--metadata_expire=-1 \
88-
--gpgcheck=0 \
89-
--cost=500 \
90-
--baseurl=file:///_Export_Baseos_Location_/content/dist/rhel9/9/x86_64/baseos/os \
86+
name=Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
87+
metadata_expire=-1
88+
gpgcheck=0
89+
cost=500
90+
baseurl=file:///_Export_Baseos_Location_/content/dist/rhel9/9/x86_64/baseos/os
9191
[{RepoRHEL9AppStream}]
92-
--name=Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) \
93-
--mediaid=None \
94-
--metadata_expire=-1 \
95-
--gpgcheck=0 \
96-
--cost=500 \
97-
--baseurl=file:///_Export_Appstream_Location_/content/dist/rhel9/9/x86_64/appstream/os \
92+
name=Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
93+
mediaid=None
94+
metadata_expire=-1
95+
gpgcheck=0
96+
cost=500
97+
baseurl=file:///_Export_Appstream_Location_/content/dist/rhel9/9/x86_64/appstream/os
9898
[{Project}]
99-
--name={Project} \
100-
--mediaid=None \
101-
--metadata_expire=-1 \
102-
--gpgcheck=0 \
103-
--cost=500 \
104-
--baseurl=file:///_Export_Location_/content/dist/layered/rhel9/x86_64/{project-context}/{ProjectVersion}/os/
99+
name={Project}
100+
mediaid=None
101+
metadata_expire=-1
102+
gpgcheck=0
103+
cost=500
104+
baseurl=file:///_Export_Location_/content/dist/layered/rhel9/x86_64/{project-context}/{ProjectVersion}/os/
105105
----
106106
. Upgrade the {foreman-maintain} utility to its latest version:
107107
+

0 commit comments

Comments
 (0)