Update saltstack-install.sh

This commit is contained in:
Bas van den Berg 2025-05-29 11:30:11 +02:00 committed by GitHub
parent d27404e2f1
commit 1e5848475e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ Package: salt-*
Pin: version ${RELEASE}
Pin-Priority: 1001
EOF
$STD apt-get install salt-master -y
$STD apt-get install -y salt-master
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Salt Master"