diff --git a/roles/phabricator/files/phabricator-welcome.html b/roles/phabricator/files/phabricator-welcome.html new file mode 100644 index 0000000000..76b753f328 --- /dev/null +++ b/roles/phabricator/files/phabricator-welcome.html @@ -0,0 +1,16 @@ +

Fedora QA Devel Phabricator

+ +

The Fedora QA Devel team uses this phabricator instance for tracking issues, +code reviews and some documentation. We can be reached through +our mailing list +or in the #fedora-qa channel on Freenode. +

+ +
+ +

Useful Links

+ + diff --git a/roles/phabricator/templates/qadevelconfig.conf.php.j2 b/roles/phabricator/templates/qadevelconfig.conf.php.j2 index 6fd17abeb7..2c977164da 100644 --- a/roles/phabricator/templates/qadevelconfig.conf.php.j2 +++ b/roles/phabricator/templates/qadevelconfig.conf.php.j2 @@ -12,7 +12,7 @@ return array( 'phd.user' => '{{ phabricator_daemon_user }}', 'environment.append-paths' => ['/usr/libexec/git-core/'], 'diffusion.ssh-user' => '{{ phabricator_vcs_user }}', - 'welcome.html' => '{{ lookup("file", files + "/phabricator-welcome.html") }}', + 'welcome.html' => '{{ lookup("file", "phabricator-welcome.html") }}', 'ui.header-color' => '{{ phabricator_header_color }}', 'metamta.default-address' => 'phab@{{ external_hostname }}', 'metamta.domain' => '{{ external_hostname }}',