Puppet Class: role::phabricator::migration

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

Overview

SPDX-License-Identifier: Apache-2.0 temp allow rsyncing phabricator data to new servers



3
4
5
6
7
8
9
10
11
12
# File 'modules/role/manifests/phabricator/migration.pp', line 3

class role::phabricator::migration {

    system::role {'phabricator::migration':
        description => 'temp role to allow migrating Phabricator data to a new server',
    }

    include ::profile::base::production
    include ::profile::firewall
    include ::profile::phabricator::migration
}