salt-call isn't doing what I think it should, and I'm trying to figure out if it's a bug or if I'm doing something wrong or have wrong expectations.
On my windows box I have the simplest of state files:
npp:
pkg:
- installed
I'm trying to run that state locally to install notepad++. When I run it via a poweshell prompt, I don't get much output and it seems to do nothing:
PS> salt-call --local state.sls npp
Exiting gracefully on Control-c
I am *not* pressing ctrl-c, I'm just waiting for the minion to finish.
If I run this same state file from a salt master, it works as expected.
When I turn on debug output, I don't see anything particularly useful (to my untrained eyes). There's a bunch of "Loaded ..." messages, and then it ends with:
...
[DEBUG ] Skipping c:\salt\var\cache\salt\minion\extmods\renderers, it is not a directory
[DEBUG ] Parsed args: ['npp']
[DEBUG ] Parsed kwargs: {'__pub_fun': 'state.sls', '__pub_jid': '20140218150505802000', '__pub_pid': 280, '__pub_tgt':
'salt-call'}
[DEBUG ] Reading configuration from c:\salt\conf\minion
Exiting gracefully on Ctrl-c
Am I doing something wrong, or have misconceptions about what salt-call can and can't do?
FWIW I have salt-call.exe 0.17.5-52-g2d4772c