Yuvipanda has uploaded a new change for review.

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

Change subject: ocg: Temp hack to bypass hiera for redis passwords
......................................................................

ocg: Temp hack to bypass hiera for redis passwords

Just keeping OCG up until _joe_ wakes up.

Bug: T76111
Change-Id: I60dd4846be5e6ab7bb728ea8860dda430b0cc4c9
---
M modules/ocg/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/81/176181/1

diff --git a/modules/ocg/manifests/init.pp b/modules/ocg/manifests/init.pp
index 50bfae6..871aeef 100644
--- a/modules/ocg/manifests/init.pp
+++ b/modules/ocg/manifests/init.pp
@@ -15,7 +15,7 @@
     $service_port = 8000,
     $redis_host = 'localhost',
     $redis_port = 6379,
-    $redis_password = '',
+    $redis_password = $::passwords::redis::main_password, # HACK: Temp fix for 
https://phabricator.wikimedia.org/T76111
     $statsd_host = 'localhost',
     $statsd_port = 8125,
     $statsd_is_txstatsd = 0,

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

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