Ori.livneh has submitted this change and it was merged.
Change subject: redis: explicitly declare 'daemonize no' for each instance
......................................................................
redis: explicitly declare 'daemonize no' for each instance
...rather than rely on the base /etc/redis.conf having the right value, since
those are inconsistent.
Change-Id: Ibc46006e17bc857c4ff3e0675c749c0b97cfb02d
---
M modules/redis/manifests/instance.pp
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Ori.livneh: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/redis/manifests/instance.pp
b/modules/redis/manifests/instance.pp
index b34fd87..e6f05b4 100644
--- a/modules/redis/manifests/instance.pp
+++ b/modules/redis/manifests/instance.pp
@@ -66,6 +66,7 @@
logfile => "/var/log/redis/${instance_name}.log",
port => $port,
unixsocket => $unixsocket,
+ daemonize => false,
}
file { "/etc/redis/${instance_name}.conf":
--
To view, visit https://gerrit.wikimedia.org/r/258693
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc46006e17bc857c4ff3e0675c749c0b97cfb02d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits