This commit is contained in:
twangboy 2020-07-28 13:36:57 -06:00 committed by Daniel Wozniak
parent 43d9b13103
commit 1a5ce828ad
2 changed files with 4 additions and 4 deletions

View file

@ -14,4 +14,4 @@ Example configuration:
-.*
rest_cherrypy:
host: 127.0.0.1
port: 8000
port: 8000

View file

@ -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.