From a64828a06de6af4da5b06b74d65b845ea42f81b0 Mon Sep 17 00:00:00 2001 From: Tim Flink <tflink@fedoraproject.org> Date: Thu, 21 Jul 2016 14:52:57 +0000 Subject: [PATCH] adding ipsilon plugin to phabricator configuration --- roles/phabricator/templates/local.json.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index a4c3dbd7fd..fa490e3a91 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -34,6 +34,10 @@ "PhabricatorApplicationHarbormaster" : true, "PhabricatorApplicationOAuthServer" : true, "PhabricatorApplicationPhortune" : true - } + }, +{% if deployment_type == "qa-stg" %} + "load-libraries": { + "ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src" + }, }