mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 15:07:51 +02:00
patch x509_v2 state salt issue 66929
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
include:
|
||||
- salt.python_modules
|
||||
- salt.patch.x509_v2
|
||||
- salt
|
||||
- systemd.reload
|
||||
- repo.client
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
patch_x509_v2_state_module:
|
||||
file.replace:
|
||||
- name: /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/x509_v2.py
|
||||
- pattern: 'res = __salt__\["state.single"\]\("file.managed", name, test=test, \*\*kwargs\)'
|
||||
- repl: 'res = __salt__["state.single"]("file.managed", name, test=test, concurrent=True, **kwargs)'
|
||||
- backup: .bak
|
||||
Reference in New Issue
Block a user