Updated example in the docs

This commit is contained in:
Seth House 2012-11-15 14:53:13 -07:00
parent 7808f8bec5
commit 7707be5b22

View File

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