mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fix quotes
This commit is contained in:
parent
098a08950d
commit
1a24a1c7ca
1 changed files with 1 additions and 1 deletions
|
@ -4121,7 +4121,7 @@ __install_saltstack_rhel_repository() {
|
||||||
# Instead, this should work correctly on all RHEL variants.
|
# Instead, this should work correctly on all RHEL variants.
|
||||||
base_url="${HTTP_VAL}://${_REPO_URL}/${__PY_VERSION_REPO}/redhat/${DISTRO_MAJOR_VERSION}/\$basearch/${repo_rev}/"
|
base_url="${HTTP_VAL}://${_REPO_URL}/${__PY_VERSION_REPO}/redhat/${DISTRO_MAJOR_VERSION}/\$basearch/${repo_rev}/"
|
||||||
if [ "${DISTRO_MAJOR_VERSION}" -eq 7 ]; then
|
if [ "${DISTRO_MAJOR_VERSION}" -eq 7 ]; then
|
||||||
gpg_key="${base_url}SALTSTACK-GPG-KEY.pub","${base_url}base/RPM-GPG-KEY-CentOS-7"
|
gpg_key="${base_url}SALTSTACK-GPG-KEY.pub,${base_url}base/RPM-GPG-KEY-CentOS-7"
|
||||||
else
|
else
|
||||||
gpg_key="${base_url}SALTSTACK-GPG-KEY.pub"
|
gpg_key="${base_url}SALTSTACK-GPG-KEY.pub"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue