Max Arnold
Max Arnold
I found another broken highlight scenario while merging fairly large markdown repository. The change looks pretty simple (a few changed words without any appended or prepended text). Reproducible with the...
What do you think about integrating all rules from the ([probably unmaintained](https://twitter.com/gtmanfred/status/1179759999943401473/photo/1)) [salint](https://github.com/gtmanfred/salint/) package into salt-lint? It is able to catch things like this one: ```yaml test: file.touch: - name:...
I want to write some code to automate operations with DNS records and plan to reuse `gandi.cli` as the base layer for interacting with the API. I have two questions:...
If I specify multiple formats for `devpi upload --formats`, the hook is called multiple times (once per format). Is it possible to handle only one specific format and ignore others?
### Description of Issue/Question `curl -L https://bootstrap.saltproject.io | sudo sh -s -- -M -P -x python3 -f -D git 2c5865a15ca4c7bf57b24135771e69f401d67c9d` ``` * DEBUG: Installed git version: 2.25.1 * INFO: Forced...
``` { "group1": { "users": ["user1", "user2", "user3"] }, "group2": { "users": ["user1", "user2"] }, "group3": { "users": ["user3"] } } ``` How to get groups which contain `user3`, i.e....
### What does this PR do? Makes the root minion process handle SIGUSR1 as described here https://docs.saltproject.io/en/latest/topics/troubleshooting/minion.html#live-python-debug-output ### What issues does this PR fix or reference? References: https://github.com/saltstack/salt/pull/1241 ### Previous...
### What does this PR do? ### What issues does this PR fix or reference? Fixes: #62683 ### Merge requirements satisfied? TODO - [ ] Docs - [ ] Changelog...
### What does this PR do? Remove the `features.enable_deprecated_module_search_path_priority` option in 3008 (introduced in #65938). ### Merge requirements satisfied? - [x] Changelog - https://docs.saltproject.io/en/master/topics/development/changelog.html - [x] Tests written/updated
**Description** ``` # test_orch.sls parallel-state: salt.parallel_runners: - runners: my_runner_1: - name: test.stdout_print ``` ``` salt-run state.orch test_orch [ERROR ] An exception occurred in this state: Traceback (most recent call last):...