-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd.script
from modules.cmdmod
results in cache_error
#9647
Comments
I'd add that using this in a state and applying it with |
This sounds like salt-ssh limitation. I hit similar thing before: saltstack/salt#60003. And while this issue is closed, there are a few similar that are still open: saltstack/salt#61174, saltstack/salt#31531. Just to be sure - your |
Replying although I'm not OP. I have a state with this that works fine:
However, this does not work, exactly as described by OP.
|
Yes it is:
I've tried adding
Maybe I could use something like |
How to file a helpful issue
Qubes OS release
R4.2
Brief summary
Functionality
cmd.script
from salt execution modulecmdmod
doesn't work in qubes. It works in dom0, but returns 1 withcache_error: True
when ran in qubes.Steps to reproduce
sudo qubesctl --show-output --targets <your_target> cmd.script salt://<your_script> saltenv=user
My testing script:
Command I ran:
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: