Merge remote-tracking branch 'origin/2.4/dev' into mineimp

This commit is contained in:
Josh Patterson
2025-03-26 13:09:36 -04:00
4 changed files with 9 additions and 1819 deletions

View File

@@ -8,6 +8,7 @@
include:
- salt.python_modules
- salt.patch.x509_v2
- salt
- systemd.reload
- repo.client

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