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

@@ -19,7 +19,7 @@ ok "container started"
# Check salt version
echo "==> Checking salt-master version ..."
docker-exec salt-master --versions
EXPECTED_VERSION="$(cat VERSION)"
EXPECTED_VERSION="$(cat VERSION) (Sulfur)"
CURRENT_VERSION="$(docker-exec salt-master --version)"
check_equal "${CURRENT_VERSION}" "salt-master ${EXPECTED_VERSION%%-*}" "salt-master --version"