mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Use HTTPS URL for OpenSuse's saltstack repo
This commit is contained in:
parent
3f32a9181a
commit
5165ded566
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue