Joe Eacott

Results 27 comments of Joe Eacott

Using both a `master` and `minion` on windows will reproduce this error. However, using a `master` on linux with a windows `minion` doesn't when you execute the same command. The...

I looked through the files related to this, and it appears we don't currently support the usage of junctions. I believe it can be handled in the `win_file.py` module but...

Well I'm thinking that can be solved by just putting junction specific code in `win_file.py`. That will just be scooped up by Salt if we're on a windows system, but...

> > > Actually while thinking about this, maybe I can incorporate it into my PR. I submitted PR #55000 which adds hard links to posixy environments. Since you can't...

This is mostly a feature as it will extend support. Still in favor of this 👍

Hi @Zziwen What is your version of salt? I ran this on 3002.2 `salt-call --local cmd.run '$PSVersionTable.CLRVersion' shell=powershell runas='1201' -l debug` It worked and gave me this: ``` [INFO ]...

Confirmed this is an issue: - when executing the command from `salt-call` script, here's the rendered kwargs `{'__kwarg__': True, 'shell': 'powershell', 'runas': '1201'}]` - when executing the command from `salt`...