Added missing code-block to redis returner docs

This commit is contained in:
Seth House 2014-07-31 15:08:02 -07:00
parent 0307fdbe9a
commit cc4fced667

View File

@ -6,6 +6,8 @@ To enable this returner the minion will need the python client for redis
installed and the following values configured in the minion or master
config, these are the defaults:
.. code-block:: yaml
redis.db: '0'
redis.host: 'salt'
redis.port: 6379