summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2016-12-02 14:32:31 +0000
committerTim Flink <tflink@fedoraproject.org>2016-12-02 14:32:41 +0000
commita3bcfc15ae279e4ae08d94aa340fe78031409db3 (patch)
tree261f0f16d949601cf069bd2462c8e9c5e4b5be3c
parente7da5ed6a170bcf0ee35e106a7c95b9225a501fa (diff)
downloadansible-a3bcfc15ae279e4ae08d94aa340fe78031409db3.tar.gz
ansible-a3bcfc15ae279e4ae08d94aa340fe78031409db3.tar.xz
ansible-a3bcfc15ae279e4ae08d94aa340fe78031409db3.zip
add ipsilon extension to phab stg
-rw-r--r--roles/phabricator/templates/local.json.j29
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2
index 5a681e07e..ceecd21d6 100644
--- a/roles/phabricator/templates/local.json.j2
+++ b/roles/phabricator/templates/local.json.j2
@@ -6,7 +6,6 @@
"mysql.host" : "{{ mariadb_host }}",
"mysql.user" : "{{ mariadb_user }}",
"mysql.pass" : "{{ mariadb_password }}",
- "load-libraries" : [],
"log.access.path" : "/var/log/phabricator/access.log",
"log.ssh.path" : "/var/log/phabricator/ssh.log",
"phd.pid-directory" : "/var/run/phabricator/",
@@ -33,11 +32,13 @@
"PhabricatorApplicationHarbormaster" : true,
"PhabricatorApplicationOAuthServer" : true,
"PhabricatorApplicationPhortune" : true
- }
-{% if deployment_type == "qa-stg-ignore-for-now" %}
- ,"load-libraries": {
+ },
+{% if deployment_type == "qa-stg" %}
+ "load-libraries": {
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
}
+{% else %}
+ "load-libraries" : []
{% endif %}
}