disabling phabricator env settings

This commit is contained in:
Tim Flink 2015-02-02 07:11:46 +00:00
parent ea2b90bc4f
commit 82d1b22822

View file

@ -52,8 +52,9 @@
- name: create log directory for phabricator
file: path=/var/log/phabricator state=directory owner={{ phabricator_daemon_user }} group=apache mode=1775
- name: generate phabricator environment
template: src=ENVIRONMENT.j2 dest={{ phabroot }}/phabricator/conf/local/ENVIRONMENT owner=apache group=apache mode=0644
# disabling phabricator env
#- name: generate phabricator environment
# template: src=ENVIRONMENT.j2 dest={{ phabroot }}/phabricator/conf/local/ENVIRONMENT owner=apache group=apache mode=0644
- name: copy phabricator configuration settings
template: src=local.json.j2 dest={{ phabroot }}/phabricator/conf/local/local.json owner=apache group=apache mode=0644