Update saltstack-install.sh

This commit is contained in:
Bas van den Berg 2025-05-29 12:09:34 +02:00 committed by GitHub
parent d9eed74521
commit 3b1b9a5b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,10 @@ $STD curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/
$STD apt-get update
msg_ok "Setup Salt repo"
msg_info "Installing Salt Master"
$STD apt-get install -y salt-master
msg_ok "Installed Salt Master"
motd_ssh
customize