Giuseppe Lavagetto has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/270721

Change subject: deployment::redis: add bind to all servers.
......................................................................

deployment::redis: add bind to all servers.

Change-Id: Id8a2e418045414434696d311a55aa3cc2660fb00
---
M modules/deployment/manifests/redis.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/270721/1

diff --git a/modules/deployment/manifests/redis.pp 
b/modules/deployment/manifests/redis.pp
index 0964c5f..70e8e96 100644
--- a/modules/deployment/manifests/redis.pp
+++ b/modules/deployment/manifests/redis.pp
@@ -18,6 +18,7 @@
         redis::instance{ 6379:
             settings => {
                 daemonize       => false,
+                bind            => '0.0.0.0',
             }
         }
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/270721
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8a2e418045414434696d311a55aa3cc2660fb00
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to