mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix hold/unhold
This commit is contained in:
@@ -23,7 +23,7 @@ unhold_salt_packages:
|
||||
pkg.unheld:
|
||||
- pkgs:
|
||||
{% for package in SALTPACKAGES %}
|
||||
- {{ package }}-0:{{INSTALLEDSALTVERSION}}-0.*
|
||||
- {{ package }}: {{INSTALLEDSALTVERSION}}-0.*
|
||||
{% endfor %}
|
||||
|
||||
install_salt_minion:
|
||||
@@ -42,7 +42,7 @@ hold_salt_packages:
|
||||
pkg.held:
|
||||
- pkgs:
|
||||
{% for package in SALTPACKAGES %}
|
||||
- {{ package }}-0:{{SALTVERSION}}-0.*
|
||||
- {{ package }}: {{SALTVERSION}}-0.*
|
||||
{% endfor %}
|
||||
|
||||
remove_error_log_level_logfile:
|
||||
|
||||
Reference in New Issue
Block a user