Update saltstack-install.sh

This commit is contained in:
Bas van den Berg 2025-05-29 10:21:11 +02:00 committed by GitHub
parent e6a331ee7b
commit 4b5c19abb0
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
sudo apt-get install salt-master
$STD apt-get install salt-master -y
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Salt Master"