Puppet Class: role::phabricator

Defined in:
puppet/modules/role/manifests/phabricator.pp

Overview

Class: role::phabricator

Phabricator is an open source collection of web applications which help software companies build better software.

Note: The application is provisioned using an Apache named virtual host. Once the role is enabled and provisioned use the URL phabricator.local.wmftest.net:8080/ to access the site.



8
9
10
# File 'puppet/modules/role/manifests/phabricator.pp', line 8

class role::phabricator {
    include ::phabricator
}