dnessett
dnessett
I got this salt code from @dmurphy18 in the discussion of [issue #55103](https://github.com/saltstack/salt/issues/55103#issuecomment-2261284387). However, this use of the code does not restart the minion (as mentioned above the "restart minion"...
I have tested out the workaround mentioned above. ``` cat update-systemd.sls # update-systemd.sls # Check the version of systemd and patch to the latest version. # Sample command: salt state.sls...
I would suggest there is a bug. Incorrect SALT code should not crash the minion. I know virtually nothing about the internals of SALT, but a wild guess is service.running...
Well, as I mention in the original post, it is hard to reproduce this bug, since once systemd is updated to its current version, the minion does not crash. It...
> Looks like there are some pre-commit failures. OK. I will take a look at it. It may take some time since I am reorganizing my development environment.
I am very new to salt development, so I very possibly am missing something, I ran nox -e lint-tests in bugfix-67214, which is what is pushed to https://github.com/dnessett/salt and what...
> `lint-tests`/`lint-salt` run `pylint` only. The pre-commit hooks that are failing are `black`/`isort` though. You'd run them via > > `pre-commit run black --files tests/minionswarm.py,tests/support/runtests.py` `pre-commit run isort --files tests/minionswarm.py,tests/support/runtests.py`...
> > `lint-tests`/`lint-salt` run `pylint` only. The pre-commit hooks that are failing are `black`/`isort` though. You'd run them via > > `pre-commit run black --files tests/minionswarm.py,tests/support/runtests.py` `pre-commit run isort --files...
> @dnessett $PWD being `~/bugfix-67214/salt` indicates to me you're inside the `salt` subdirectory of the repository when running the command, not in the repository root, which the paths I gave...
> OK, sorry for the confusion! > > Went back and checked, it seems I messed up and copied the wrong format. Please replace the comma with a space like...