Giuseppe Lavagetto has submitted this change and it was merged.

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


deployment::redis: re-fix syntax

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

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



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

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic1d486009b5d2db489f4522cae0aeae258b221ef
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to