Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #18055: http in place of https in install doc for zypper subscription repo #772

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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