fix hold/unhold

This commit is contained in:
m0duspwnens
2024-08-05 15:25:28 -04:00
parent c83a143eef
commit 2fe5dccbb4

View File

@@ -23,7 +23,7 @@ unhold_salt_packages:
pkg.unheld: pkg.unheld:
- pkgs: - pkgs:
{% for package in SALTPACKAGES %} {% for package in SALTPACKAGES %}
- {{ package }}-0:{{INSTALLEDSALTVERSION}}-0.* - {{ package }}: {{INSTALLEDSALTVERSION}}-0.*
{% endfor %} {% endfor %}
install_salt_minion: install_salt_minion:
@@ -42,7 +42,7 @@ hold_salt_packages:
pkg.held: pkg.held:
- pkgs: - pkgs:
{% for package in SALTPACKAGES %} {% for package in SALTPACKAGES %}
- {{ package }}-0:{{SALTVERSION}}-0.* - {{ package }}: {{SALTVERSION}}-0.*
{% endfor %} {% endfor %}
remove_error_log_level_logfile: remove_error_log_level_logfile: