mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update 2016.11.9.rst
This commit is contained in:
parent
126aee36ac
commit
4da9200b9c
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ Significate changes (PR #43708, damon-atkins) have been made to the pkg executio
|
|||
- All install/remove commands are prefix with cmd.exe shell and cmdmod is called with a command line string instead of a list. Some sls files in saltstack/salt-winrepo-ng expected the commands to be prefixed with cmd.exe (i.e. the use of ``&``). (
|
||||
Execution module cmdmod
|
||||
--------------------
|
||||
Windows cmdmod forcing cmd to be a list (issue #43522) resolved by "cmdmod: Don't list-ify string commands on Windows" PR #43807. Linux/Unix OS command & arguments to be a list. Windows was being treated the same. Windows requires commands & arguments to be a string, which this PR fixes.
|
||||
Windows cmdmod forcing cmd to be a list (issue #43522) resolved by "cmdmod: Don't list-ify string commands on Windows" PR #43807. Linux/Unix OS command & arguments requires a list. Windows was being treated the same. Windows requires commands & arguments to be a string, which this PR fixes.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue