Upgrade salt-master to 3006.0 Sulfur

This commit is contained in:
Carlos Álvaro
2023-03-03 19:04:43 +01:00
committed by Carlos D. Álvaro
parent 975a8bbeb7
commit b6422db262
8 changed files with 18 additions and 18 deletions

View File

@@ -133,10 +133,8 @@ jobs:
- name: Install and configure salt-minion
run: |
# Install salt-minion from salt repos
VERSION=$(cat VERSION)
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io
chmod +x bootstrap-salt.sh
sudo ./bootstrap-salt.sh -dXP stable "${VERSION%%-*}"
sudo sh bootstrap-salt.sh -dXP stable
sudo systemctl stop salt-minion
sudo systemctl disable salt-minion
sudo rm -f /var/log/salt/minion