From 44e37bf6e578cda0930fbcfcde8ae00c3f0b2bdb Mon Sep 17 00:00:00 2001 From: Senthilkumar Eswaran Date: Wed, 18 Oct 2017 22:08:26 -0700 Subject: [PATCH] Fixing default redis.host in documentation --- salt/modules/redismod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/redismod.py b/salt/modules/redismod.py index a95e1b9f3f..40ebbdc3a1 100644 --- a/salt/modules/redismod.py +++ b/salt/modules/redismod.py @@ -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