phabricator: use custom login plugin (stg)

This commit is contained in:
Martin Krizek 2015-11-05 14:33:32 +00:00
parent ee10ec1a11
commit c51d650e3f
3 changed files with 27 additions and 0 deletions

View file

@ -93,6 +93,12 @@
notify:
- restart phd
- name: copy phabricator custom login plugin
when: deployment_type == 'qa-stg'
template: src=CustomLoginHandler.php.j2 dest={{ phabroot }}/phabricator/src/extensions/CustomLoginHandler.php owner=apache group=apache mode=0644
notify:
- restart phd
# this isn't well supported upstream right now, disabling
#- name: generate chatbot config
# template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.json owner=apache group=apache mode=0644