Ori.livneh has uploaded a new change for review.

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

Change subject: Add password for puppet_compiler
......................................................................

Add password for puppet_compiler

Change-Id: I91cfdb12319aabc8809b434f45b4d4951f57c541
---
M modules/passwords/manifests/init.pp
1 file changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/private 
refs/changes/10/159010/1

diff --git a/modules/passwords/manifests/init.pp 
b/modules/passwords/manifests/init.pp
index 6cb2895..49726f3 100644
--- a/modules/passwords/manifests/init.pp
+++ b/modules/passwords/manifests/init.pp
@@ -352,8 +352,12 @@
 }
 
 class passwords::wikitech {
-       $wikitech_db_password = 'password'
-       $wikitech_secret_key = 'secretkey'
-       $wikitech_upgrade_key = 'upgradekey'
-       $wikitech_captcha_secret = 'captcha_secret'
+    $wikitech_db_password = 'password'
+    $wikitech_secret_key = 'secretkey'
+    $wikitech_upgrade_key = 'upgradekey'
+    $wikitech_captcha_secret = 'captcha_secret'
+}
+
+class passwords::puppet_compiler {
+    $mysql_password = 'TO08zvab0645R5QQF3Vl'
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I91cfdb12319aabc8809b434f45b4d4951f57c541
Gerrit-PatchSet: 1
Gerrit-Project: labs/private
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to