mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Updated example in the docs
This commit is contained in:
parent
7808f8bec5
commit
7707be5b22
@ -16,8 +16,11 @@ config <configuration-salt-master>` and takes a form similar to the following:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
flask_rest:
|
||||
- port: 8000
|
||||
rest_cherrypy:
|
||||
port: 8000
|
||||
debug: True
|
||||
ssl_crt: /etc/pki/tls/certs/localhost.crt
|
||||
ssl_key: /etc/pki/tls/certs/localhost.key
|
||||
|
||||
The ``__virtual__`` function
|
||||
============================
|
||||
|
Loading…
Reference in New Issue
Block a user