From b14ac2462c3ae5c9f03fa5a259cba06b0f757011 Mon Sep 17 00:00:00 2001 From: Brian Angelica <91690569+bangelic@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:28:04 -0500 Subject: [PATCH] Consume upstream Pulpcore Yum repo to create custom file type (#3238) --- ...emote-source-for-a-custom-file-type-repository.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc b/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc index 8a918950eb5..9c1f140c93e 100644 --- a/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc +++ b/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc @@ -21,6 +21,16 @@ For more information about configuring a web server, see {RHELDocsBaseURL}9/html endif::[] .Procedure +ifdef::katello[] +. On your server, enable the required repositories: ++ +[options="nowrap" subs="+quotes,attributes"] +---- +# dnf config-manager --add-repo=https://yum.theforeman.org/pulpcore/{PulpcoreVersion}/el9/x86_64/ +# echo "gpgkey=https://yum.theforeman.org/pulpcore/{PulpcoreVersion}/GPG-RPM-KEY-pulpcore" \ +>> /etc/yum.repos.d/yum.theforeman.org_pulpcore_{PulpcoreVersion}_el9_x86_64_.repo +---- +endif::[] ifdef::satellite[] . On your server, enable the required repositories: +