Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: deployment::redis: re-fix syntax
......................................................................

deployment::redis: re-fix syntax

Change-Id: Ic1d486009b5d2db489f4522cae0aeae258b221ef
---
M modules/deployment/manifests/redis.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/265259/1

diff --git a/modules/deployment/manifests/redis.pp 
b/modules/deployment/manifests/redis.pp
index c82faca..3188853 100644
--- a/modules/deployment/manifests/redis.pp
+++ b/modules/deployment/manifests/redis.pp
@@ -15,7 +15,8 @@
             }
         }
     } else {
-        redis::instance{ 6379:
+    redis::instance{ 6379:
+        settings => {
             daemonize       => false,
         }
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1d486009b5d2db489f4522cae0aeae258b221ef
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