Rush has uploaded a new change for review.

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

Change subject: phab update password location for phabtools
......................................................................

phab update password location for phabtools

Change-Id: I4111eee062621b7e18df4d87bd950bcbb5721732
---
M manifests/role/phabricator.pp
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/00/198000/1

diff --git a/manifests/role/phabricator.pp b/manifests/role/phabricator.pp
index ca40f58..84ebe3a 100644
--- a/manifests/role/phabricator.pp
+++ b/manifests/role/phabricator.pp
@@ -12,8 +12,10 @@
     $bz_pass               = $passwords::mysql::phabricator::bz_pass
     $rt_user               = $passwords::mysql::phabricator::rt_user
     $rt_pass               = $passwords::mysql::phabricator::rt_pass
-    $phabtools_cert        = $passwords::mysql::phabricator::phabtools_cert
-    $phabtools_user        = $passwords::mysql::phabricator::phabtools_user
+
+    include passwords::phabricator
+    $phabtools_cert        = $passwords::phabricator::phabtools_cert
+    $phabtools_user        = $passwords::phabricator::phabtools_user
 }
 
 # production phabricator instance

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4111eee062621b7e18df4d87bd950bcbb5721732
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>

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

Reply via email to