Daniel Wozniak
Daniel Wozniak
@cianyleow Are you able to verify this patch resolves the issue? https://github.com/saltstack/salt/pull/66058/commits/317a6dd44be18441a9b9b579d7ff99d497a074f8s
> For non complicated requirements, those that already provide for example `__version__` in the package, I'd like to be able to use something like: > > ```python > fobbarmod =...
> Is this dead or still something that would be welcomed? Still not dead, I (or someone) just needs to find the time to get it across the finish line
@PeterS242 Since we don't create gentoo packages you should be able to download a onedir archive, extract it, and test against it.
@max-arnold a rebase caused a pre-commit failure. Please address it and we'll get this merged.
@max-arnold Do you have any idea in which version this works? Fixing the LoaderContext issue reveals another error, I also get this same error on `3002.9`: ``` 127.0.0.1: ---------- ID:...
Okay, the first error can be addressed with the change in `salt/states/saltmod.py`. And the second traceback is caused by the runner returning a string instead of dictionary (the change in...
This was released in 3006.7
This log statement is problematic. On heavily loaded masters this can happen if minions timeout while sending job returns back to the master. `return_retry_tries` defaults to `3`, setting that to...