Yuvipanda has uploaded a new change for review.

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

Change subject: quarry: Make redis listen on 0.0.0.0
......................................................................

quarry: Make redis listen on 0.0.0.0

Change-Id: I91ae5f7583077e76f9752dc7a404e75cbdb3cb52
---
M modules/quarry/manifests/init.pp
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/265633/1

diff --git a/modules/quarry/manifests/init.pp b/modules/quarry/manifests/init.pp
index 635affa..9fcd6bf 100644
--- a/modules/quarry/manifests/init.pp
+++ b/modules/quarry/manifests/init.pp
@@ -63,10 +63,9 @@
 class quarry::redis {
     redis::instance { '6379':
         settings => {
+            bind           => '0.0.0.0',
             dir            => '/srv/redis',
             maxmemory      => '2GB',
-            appendonly     => 'yes',
-            appendfilename => "${hostname}-6379.aof",
         }
     }
 }

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

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

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

Reply via email to