Jcrespo has submitted this change and it was merged.

Change subject: Add (fake) mysql client pass for access from ruthenium to 
m5-master
......................................................................


Add (fake) mysql client pass for access from ruthenium to m5-master

Requested by ssastry.

Bug: T125435
Change-Id: I77824e5aa59680338634ff03a8d800ec259461f3
---
M modules/passwords/manifests/init.pp
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Jcrespo: Verified; Looks good to me, approved



diff --git a/modules/passwords/manifests/init.pp 
b/modules/passwords/manifests/init.pp
index b6114c0..9cb8994 100644
--- a/modules/passwords/manifests/init.pp
+++ b/modules/passwords/manifests/init.pp
@@ -461,5 +461,6 @@
 }
 
 class passwords::testreduce::mysql {
-    $db_pass = 'notsecret'
+    $db_pass           = 'notsecret'
+    $mysql_client_pass = 'notsecret'
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I77824e5aa59680338634ff03a8d800ec259461f3
Gerrit-PatchSet: 3
Gerrit-Project: labs/private
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>

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

Reply via email to