Fixing default redis.host in documentation

This commit is contained in:
Senthilkumar Eswaran 2017-10-18 22:08:26 -07:00 committed by rallytime
parent 09ddfd0c08
commit b9940f8521
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -9,7 +9,7 @@ Module to provide redis functionality to Salt
.. code-block:: yaml
redis.host: 'localhost'
redis.host: 'salt'
redis.port: 6379
redis.db: 0
redis.password: None