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
salt-call.bat (line 25) does not reside in the config_path, but rather in c:\salt.
What's the best fix?
use a relative path {{ salt_settings.config_path }}\..\salt-call.bat, although I think there are some plans to install to Program Files and put config elsewhere?
add a new jinja variable exe_path or something for c:\salt
or, since 2016.11 (I believe) c:\salt has been added to the system path, so salt-call.bat can be called without a path
Thoughts?
The text was updated successfully, but these errors were encountered:
salt-formula/salt/minion.sls
Lines 22 to 30 in 01564c3
salt-call.bat
(line 25) does not reside in theconfig_path
, but rather inc:\salt
.What's the best fix?
{{ salt_settings.config_path }}\..\salt-call.bat
, although I think there are some plans to install toProgram Files
and put config elsewhere?exe_path
or something forc:\salt
c:\salt
has been added to the system path, sosalt-call.bat
can be called without a pathThoughts?
The text was updated successfully, but these errors were encountered: