@@ -8,28 +8,16 @@ Use this procedure to configure a repository in a directory on the base system w
88To create a file type repository in a directory on a remote server, see xref:Creating_a_Remote_Source_for_a_Custom_File_Type_Repository_{context}[].
99
1010.Procedure
11- ifdef::satellite[]
12- . Ensure the Utils repository is enabled.
13- +
14- [options="nowrap", subs="+quotes,verbatim,attributes"]
15- ----
16- # subscription-manager repos \
17- --enable={RepoRHEL8AppStream} \
18- --enable={RepoRHEL8BaseOS} \
19- --enable={RepoRHEL8ServerSatelliteUtils}
20- ----
21- . Enable the satellite-utils module:
11+ . On your {ProjectServer}, install the Pulp Manifest package:
2212+
2313[options="nowrap", subs="+quotes,verbatim,attributes"]
2414----
25- # dnf module enable satellite-utils
26- ----
15+ ifdef:: satellite[]
16+ # {project-package-install} python3.11-pulp_manifest
2717endif::[]
28- . Install the Pulp Manifest package:
29- +
30- [options="nowrap", subs="+quotes,verbatim,attributes"]
31- ----
18+ ifndef::satellite[]
3219# {project-package-install} pulp-manifest
20+ endif::[]
3321----
3422ifdef::satellite[]
3523+
@@ -39,7 +27,7 @@ Alternatively, to prevent downtime caused by stopping the service, you can use t
3927[options="nowrap", subs="+quotes,verbatim,attributes"]
4028----
4129# {foreman-maintain} packages unlock
42- # {project-package-install} pulp-manifest
30+ # {project-package-install} python3.11-pulp_manifest
4331# {foreman-maintain} packages lock
4432----
4533endif::[]
@@ -61,7 +49,7 @@ endif::[]
6149----
6250# touch /var/lib/pulp/__local_repos__/__my_file_repo__/_test.txt_
6351----
64- . Run the Pulp Manifest command to create the manifest:
52+ . Create the Pulp manifest:
6553+
6654[options="nowrap", subs="+quotes,verbatim,attributes"]
6755----
0 commit comments