mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Final edits to the batch files for running salt
This commit is contained in:
parent
1fb606ef6b
commit
075f82e046
5 changed files with 20 additions and 10 deletions
|
@ -3,7 +3,9 @@
|
|||
:: Accepts all parameters that Salt-Minion Accepts
|
||||
|
||||
:: Define Variables
|
||||
Set Python=%~dp0bin\python.exe
|
||||
Set Script=%~dp0bin\Scripts\salt-call
|
||||
Set SaltDir=%~dp0
|
||||
Set SaltDir=%SaltDir:~0,-1%
|
||||
Set Python=%SaltDir%\bin\python.exe
|
||||
Set Script=%SaltDir%\bin\Scripts\salt-call
|
||||
|
||||
"%Python%" "%Script%" %*
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
:: Accepts all parameters that Salt-Minion Accepts
|
||||
|
||||
:: Define Variables
|
||||
Set Python=%~dp0bin\python.exe
|
||||
Set Script=%~dp0bin\Scripts\salt-cp
|
||||
Set SaltDir=%~dp0
|
||||
Set SaltDir=%SaltDir:~0,-1%
|
||||
Set Python=%SaltDir%\bin\python.exe
|
||||
Set Script=%SaltDir%\bin\Scripts\salt-cp
|
||||
|
||||
"%Python%" "%Script%" %*
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
:: Accepts all parameters that Salt-Minion Accepts
|
||||
|
||||
:: Define Variables
|
||||
Set Python=%~dp0bin\python.exe
|
||||
Set Script=%~dp0bin\Scripts\salt-minion
|
||||
Set SaltDir=%~dp0
|
||||
Set SaltDir=%SaltDir:~0,-1%
|
||||
Set Python=%SaltDir%\bin\python.exe
|
||||
Set Script=%SaltDir%\bin\Scripts\salt-minion
|
||||
|
||||
net stop salt-minion
|
||||
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
:: Accepts all parameters that Salt-Minion Accepts
|
||||
|
||||
:: Define Variables
|
||||
Set Python=%~dp0bin\python.exe
|
||||
Set Script=%~dp0bin\Scripts\salt-minion
|
||||
Set SaltDir=%~dp0
|
||||
Set SaltDir=%SaltDir:~0,-1%
|
||||
Set Python=%SaltDir%\bin\python.exe
|
||||
Set Script=%SaltDir%\bin\Scripts\salt-minion
|
||||
|
||||
"%Python%" "%Script%" %*
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
:: Accepts all parameters that Salt-Minion Accepts
|
||||
|
||||
:: Define Variables
|
||||
Set Python=%~dp0bin\python.exe
|
||||
Set Script=%~dp0bin\Scripts\salt-unity
|
||||
Set SaltDir=%~dp0
|
||||
Set SaltDir=%SaltDir:~0,-1%
|
||||
Set Python=%SaltDir%\bin\python.exe
|
||||
Set Script=%SaltDir%\bin\Scripts\salt-unity
|
||||
|
||||
"%Python%" "%Script%" %*
|
||||
|
|
Loading…
Add table
Reference in a new issue