jeanluc
jeanluc
### What does this PR do? * Adds wrapper functions for `x509.create_certificate` and `x509.get_signing_policy` * Introduces a workaround for state modules not having wrappers for `certificate_managed` (essentially a very sophisticated...
## Changes * Adds support for updating [Copier](https://copier.readthedocs.io/en/latest/) templates * ~~Adds one self-hosted (`copierTrust`) and one repository configuration (`copierOptions`, with several children)~~ ## Context Closes #25556 * This implementation does...
### What does this PR do? Ensures Salt-SSH does not crash when the user prompt for key deployment is answered with no. ### What issues does this PR fix or...
### What does this PR do? * Ensures the `FunctionWrapper` used in Salt-SSH templates behaves more like the regular LazyLoader * Adjusts documentation that `salt['foo.bar']()` is to be preferred over...
**Is your feature request related to a problem? Please describe.** Managing SSH keys requires `cmd.run` hacks and is not stateful other than `creates: /bla`. There is no support for SSH...
Adds `operation` to `_copier_conf`, representing the current operation - either `copy`, `recopy` or `update`. This was proposed here: https://github.com/copier-org/copier/issues/1718#issuecomment-2282643624 I hope the way it's implemented and tested is as intended...
### What does this PR do? Adds support for limiting the number of states executing in `parallel` via a new configuration called `state_max_parallel`. This solution is a bit ugly, but...
### What does this PR do? Evaluates requisites between parallel states less synchronously. ### What issues does this PR fix or reference? Fixes https://github.com/saltstack/salt/issues/59959 ### Previous Behavior A state with...