jeanluc
jeanluc
`proc.communicate` returns bytes by default, so that's expected (this should have been broken for a long time). Your link goes to an old version of the renderer though, this will...
@sticky-note Are you absolutely certain it's running as expected? The ~~error~~ log message is the same as before and is logged just before the instruction is skipped.
On a related note, it's a nice practice to ensure your scripts are idempotent, i.e. do not change the state when it's already correct. With iptables, you can check for...
@paultyng @joshuaspence Any chance of getting a new `go-unifi` release and this provider being updated to be able to use it anytime soon? This PR relies on changes that were...
I failed to reproduce this with the test suite, then I upgraded my master to `3006.7` [1] Then: * At first, I could not reproduce. * After running some commands...
Thanks for the feedback! Not sure why I couldn't unblock it with a fileserver update, but awesome that it works for you. It seems the issue is likely not specific...
@dwoz Yes, it has been this way since Salt's inception I think. I opted to submit this for 3007 since it would require some attention if it was merged forward...
It seems you might have based parts of your implementation on mine (https://github.com/lkubb/terraform-provider-truenas/tree/users-groups), which does contain tests and thus could be a good starting point. I wanted to submit it...
Thanks to @ramboman, I can confirm the reproduction is valid and found the cause: When the issue occurs (most of the time), the requested files are found in `salt_state.tgz` (the...