mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs
This commit is contained in:
parent
43d9b13103
commit
1a5ce828ad
2 changed files with 4 additions and 4 deletions
|
@ -14,4 +14,4 @@ Example configuration:
|
|||
-.*
|
||||
rest_cherrypy:
|
||||
host: 127.0.0.1
|
||||
port: 8000
|
||||
port: 8000
|
||||
|
|
|
@ -6,11 +6,11 @@ A REST API for Salt
|
|||
|
||||
.. note::
|
||||
|
||||
This module is Experimental on Windows platforms and support limited
|
||||
This module is Experimental on Windows platforms and supports limited
|
||||
configurations:
|
||||
- doesn't support PAM authentication (i.e. external_auth: auto)
|
||||
- doesn't support SSL (i.e. disable_ssl: True)
|
||||
|
||||
- doesn't support PAM authentication (i.e. external_auth: auto)
|
||||
- doesn't support SSL (i.e. disable_ssl: True)
|
||||
|
||||
:depends:
|
||||
- CherryPy Python module.
|
||||
|
|
Loading…
Add table
Reference in a new issue