Skip to content

Commit 82aae70

Browse files
fix RPM package repository url (#292)
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent 8fc8925 commit 82aae70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/installguide/management-server/_pkg_repo.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ To add the CloudStack repository, create
5151
``/etc/yum.repos.d/cloudstack.repo`` and insert the following
5252
information.
5353

54+
In the case of RHEL being used, you can replace 'centos' by 'rhel' in the value of baseurl
55+
5456
.. parsed-literal::
5557
5658
[cloudstack]
5759
name=cloudstack
58-
baseurl=http://download.cloudstack.org/centos$releasever/|version|/
60+
baseurl=http://download.cloudstack.org/centos/$releasever/|version|/
5961
enabled=1
6062
gpgcheck=0
6163

0 commit comments

Comments
 (0)