mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix hold/unhold
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user