From 2a6679403e9fb6f111a3a282e064d7783d5bc921 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 13 May 2015 20:53:01 +0000 Subject: [PATCH] enabling git repos on qadevel-stg and more tweaks --- inventory/group_vars/qadevel-stg | 2 +- roles/phabricator/files/10-opcache.ini | 2 +- roles/phabricator/templates/local.json.j2 | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/qadevel-stg b/inventory/group_vars/qadevel-stg index be2f067b6c..a1876bc1f2 100644 --- a/inventory/group_vars/qadevel-stg +++ b/inventory/group_vars/qadevel-stg @@ -31,7 +31,7 @@ mariadb_user: '{{ qadevel_stg_mariadb_user }}' mariadb_password: '{{ qadevel_stg_mariadb_password }}' phabricator_db_prefix: 'phabricatorstg' -enable_phabricator_git: False +enable_phabricator_git: True phabricator_vcs_user: git phabricator_daemon_user: phabdaemon phabroot: /usr/share/ diff --git a/roles/phabricator/files/10-opcache.ini b/roles/phabricator/files/10-opcache.ini index 21f16ad239..a19160fc70 100644 --- a/roles/phabricator/files/10-opcache.ini +++ b/roles/phabricator/files/10-opcache.ini @@ -28,7 +28,7 @@ opcache.max_accelerated_files=4000 ; When disabled, you must reset the OPcache manually or restart the ; webserver for changes to the filesystem to take effect. -;opcache.validate_timestamps=1 +opcache.validate_timestamps=1 ; How often (in seconds) to check file timestamps for changes to the shared ; memory storage allocation. ("1" means validate once per second, but only diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index a4a4d4c84a..3f7ed27557 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -22,6 +22,7 @@ "metamta.domain" : "{{ external_hostname }}", "metamta.reply-handler-domain" : "{{ external_hostname }}", "metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerLiteAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}", + "auth.email-domains" : "fedoraproject.org", "phabricator.uninstalled-applications" : { "PhabricatorApplicationPhame" : true, "PhabricatorApplicationDiviner" : true,