Skip to content

Commit

Permalink
Fixes #18055: http in place of https in install doc for zypper subscr…
Browse files Browse the repository at this point in the history
…iption repo
  • Loading branch information
fanf committed Jul 29, 2020
1 parent 6e04193 commit e814b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -34,7 +34,7 @@ Or for RHEL/CentOS < 7:
echo '[Rudder_6.0]
name=Rudder 6.0
baseurl=http://LOGIN:PASSWORD@download.rudder.io/rpm/6.0/RHEL_$releasever/
baseurl=https://LOGIN:PASSWORD@download.rudder.io/rpm/6.0/RHEL_$releasever/
gpgcheck=1
gpgkey=https://LOGIN:PASSWORD@download.rudder.io/rpm/rudder_rpm_key.pub' > /etc/yum.repos.d/rudder.repo
Expand Down
Expand Up @@ -16,7 +16,7 @@ the user name and the password by your Rudder account):
----
zypper ar -n 'Rudder 6.0' http://LOGIN:PASSWORD@download.rudder.io/rpm/6.0/SLES_15/ Rudder
zypper ar -n 'Rudder 6.0' https://LOGIN:PASSWORD@download.rudder.io/rpm/6.0/SLES_15/ Rudder
----
Expand All @@ -38,7 +38,7 @@ the user name and the password by your Rudder account):
----
zypper ar -n 'Rudder 6.0' http://LOGIN:PASSWORD@download.rudder.io/rpm/6.0/SLES_12/ Rudder
zypper ar -n 'Rudder 6.0' https://LOGIN:PASSWORD@download.rudder.io/rpm/6.0/SLES_12/ Rudder
----
Expand Down

0 comments on commit e814b8e

Please sign in to comment.