Use HTTPS URL for OpenSuse's saltstack repo

This commit is contained in:
gdm85 2017-12-07 22:05:23 +01:00 committed by GitHub
parent 3f32a9181a
commit 5165ded566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5423,7 +5423,7 @@ __set_suse_pkg_repo() {
fi
if [ "$_DOWNSTREAM_PKG_REPO" -eq $BS_TRUE ]; then
suse_pkg_url_base="http://download.opensuse.org/repositories/systemsmanagement:/saltstack"
suse_pkg_url_base="https://download.opensuse.org/repositories/systemsmanagement:/saltstack"
suse_pkg_url_path="${DISTRO_REPO}/systemsmanagement:saltstack.repo"
else
suse_pkg_url_base="${HTTP_VAL}://repo.saltstack.com/opensuse"