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 8a918950eb..9c1f140c93 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: +