mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Updated security url for single slash
This commit is contained in:
parent
0a3b4f9b64
commit
0c7cf7353c
1 changed files with 4 additions and 4 deletions
|
@ -3017,7 +3017,7 @@ __install_saltstack_ubuntu_repository() {
|
|||
## DGM __apt_key_fetch "$SALTSTACK_UBUNTU_URL/SALT-PROJECT-GPG-PUBKEY-2023.gpg" || return 1
|
||||
|
||||
__fetch_url "/etc/apt/sources.list.d/salt.sources" "https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources"
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}//api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}/api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__wait_for_apt apt-get update || return 1
|
||||
|
||||
if [ "$STABLE_REV" != "latest" ]; then
|
||||
|
@ -3087,7 +3087,7 @@ __install_saltstack_ubuntu_onedir_repository() {
|
|||
## DGM echo "$__REPO_ARCH_DEB $SALTSTACK_UBUNTU_URL $UBUNTU_CODENAME main" > /etc/apt/sources.list.d/salt.list
|
||||
|
||||
__fetch_url "/etc/apt/sources.list.d/salt.sources" "https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources"
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}//api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}/api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__wait_for_apt apt-get update || return 1
|
||||
|
||||
if [ "$STABLE_REV" != "latest" ]; then
|
||||
|
@ -3602,7 +3602,7 @@ __install_saltstack_debian_repository() {
|
|||
## __wait_for_apt apt-get update || return 1
|
||||
|
||||
__fetch_url "/etc/apt/sources.list.d/salt.sources" "https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources"
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}//api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}/api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__wait_for_apt apt-get update || return 1
|
||||
|
||||
if [ "$STABLE_REV" != "latest" ]; then
|
||||
|
@ -3661,7 +3661,7 @@ __install_saltstack_debian_onedir_repository() {
|
|||
## DGM __wait_for_apt apt-get update || return 1
|
||||
|
||||
__fetch_url "/etc/apt/sources.list.d/salt.sources" "https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources"
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}//api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__apt_key_fetch "${HTTP_VAL}://${_REPO_URL}/api/security/keypair/SaltProjectKey/public" || return 1
|
||||
__wait_for_apt apt-get update || return 1
|
||||
|
||||
if [ "$STABLE_REV" != "latest" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue