Puppet Class: role::aphlict

Defined in:
modules/role/manifests/aphlict.pp

Overview

aphlict for phabricator



3
4
5
6
7
8
# File 'modules/role/manifests/aphlict.pp', line 3

class role::aphlict {
    include profile::base::production
    include profile::firewall
    include profile::phabricator::aphlict
    include profile::tlsproxy::envoy # TLS termination
}