Rush has submitted this change and it was merged. Change subject: phab update for local mwoauth provider ......................................................................
phab update for local mwoauth provider per https://phabricator.wikimedia.org/T346 Change-Id: I9084eaff74068a4b5bfc667734a2f2abaa636013 --- M manifests/role/phabricator.pp 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Rush: Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/role/phabricator.pp b/manifests/role/phabricator.pp index 815a445..21a516f 100644 --- a/manifests/role/phabricator.pp +++ b/manifests/role/phabricator.pp @@ -41,7 +41,7 @@ system::role { 'role::phabricator::main': description => 'Phabricator (Main)' } - $current_tag = 'T171' + $current_tag = 'wmoauth' $domain = 'phabricator.wikimedia.org' class { '::phabricator': git_tag => $current_tag, @@ -119,7 +119,7 @@ #pass not sensitive but has to match phab and db $mysqlpass = 'labspass' - $current_tag = 'phT172' + $current_tag = 'wmoauth' class { '::phabricator': git_tag => $current_tag, lock_file => '/var/run/phab_repo_lock', -- To view, visit https://gerrit.wikimedia.org/r/164511 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9084eaff74068a4b5bfc667734a2f2abaa636013 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rush <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
