patch x509_v2 state salt issue 66929

This commit is contained in:
Josh Patterson
2025-03-26 10:50:04 -04:00
parent 0fe3038802
commit bb8f0605e1
4 changed files with 9 additions and 1819 deletions
+1
View File
@@ -8,6 +8,7 @@
include:
- salt.python_modules
- salt.patch.x509_v2
- salt
- systemd.reload
- repo.client
+6
View File
@@ -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