We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc8925 commit 82aae70Copy full SHA for 82aae70
1 file changed
source/installguide/management-server/_pkg_repo.rst
@@ -51,11 +51,13 @@ To add the CloudStack repository, create
51
``/etc/yum.repos.d/cloudstack.repo`` and insert the following
52
information.
53
54
+In the case of RHEL being used, you can replace 'centos' by 'rhel' in the value of baseurl
55
+
56
.. parsed-literal::
57
58
[cloudstack]
59
name=cloudstack
- baseurl=http://download.cloudstack.org/centos$releasever/|version|/
60
+ baseurl=http://download.cloudstack.org/centos/$releasever/|version|/
61
enabled=1
62
gpgcheck=0
63
0 commit comments