You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried that, but the mutliline string just hangs with no errors until the cook times out. It seems like there's a parsing issue with it which I wasn't able to suss out from the code. I checked the logs with journalctl on the sprout and the cook never even got executed.
Please describe the issue.
I've been having some problems interpreting shell commands specifically with things like
""
empty strings or|
pipes.I have found a work around using the go templating bit like this:
Additionally, there's some more weirdness depending on what you do with your command like this one for adding docker to the apt registry.
This one I work around by writing the poopy command to a shell script then running that then deleting the file, which works but is a bit clunky.
Version Information
Does this bug exist on the tip of master?
[x] Yes
[ ] No
The text was updated successfully, but these errors were encountered: