Akmod
Akmod
I've taken a close look at the issue with the file.manage_file module and the potential race condition due to how permissions are handled. Here are my thoughts on the solutions...
Validated the bug and I am seeing the same issue. Working on a fix now.
Considering this script: ``` #!/bin/bash echo $* ``` If I run it with `cmd.script` like this: ``` $ salt-call --local cmd.script salt://foo.sh "0" ``` Then the zero does not even...
Come to think of it, given how salt renders input to scripts and output from scripts -- this might just be a documentation issue. If you want to pass or...
@wywself Closing until confirmed this is an issue in a supported version of salt
This should be fixed in 3006.9, can you verify if that the bug is resolved now?