You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2022/12/30 13:49:12 UTC

[cloudstack-documentation] branch main updated: fix RPM package repository url (#292)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 82aae70  fix RPM package repository url (#292)
82aae70 is described below

commit 82aae70731811fd6ddbaf234380fe07159205104
Author: Soubinan <so...@gmail.com>
AuthorDate: Fri Dec 30 08:49:07 2022 -0500

    fix RPM package repository url (#292)
    
    Co-authored-by: dahn <da...@gmail.com>
---
 source/installguide/management-server/_pkg_repo.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/installguide/management-server/_pkg_repo.rst b/source/installguide/management-server/_pkg_repo.rst
index d4b4874..7c5e0ee 100644
--- a/source/installguide/management-server/_pkg_repo.rst
+++ b/source/installguide/management-server/_pkg_repo.rst
@@ -51,11 +51,13 @@ To add the CloudStack repository, create
 ``/etc/yum.repos.d/cloudstack.repo`` and insert the following
 information.
 
+In the case of RHEL being used, you can replace 'centos' by 'rhel' in the value of baseurl
+
 .. parsed-literal::
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://download.cloudstack.org/centos$releasever/|version|/
+   baseurl=http://download.cloudstack.org/centos/$releasever/|version|/
    enabled=1
    gpgcheck=0