mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
provided an example
This commit is contained in:
parent
41e3e1e253
commit
db5b9464e6
1 changed files with 7 additions and 1 deletions
|
@ -544,7 +544,13 @@ installed software. This is currently not used by any salt execution module or s
|
|||
Users are encource to run this and report any issues. Running the command with the
|
||||
``detail`` option will be useful for anyone developing windows package definitions.
|
||||
With salt installed in the default location the following command will print the help
|
||||
message ``c:\salt\bin\python.exe c:\salt\bin\lib\site-packages\salt\utils\pkg\win.py``.
|
||||
message.
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
chcp 65001
|
||||
c:\salt\bin\python.exe c:\salt\bin\lib\site-packages\salt\utils\pkg\win.py
|
||||
c:\salt\bin\python.exe c:\salt\bin\lib\site-packages\salt\utils\pkg\win.py detail system
|
||||
|
||||
Salt Cloud Features
|
||||
-------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue