Puppet Class: role::ci_test

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

Overview

SPDX-License-Identifier: Apache-2.0

role::ci_test



5
6
7
8
9
10
11
12
13
14
15
# File 'modules/role/manifests/ci_test.pp', line 5

class role::ci_test {
    system::role { 'ci_test': description => 'CI test server' }

    include ::profile::base::production
    include ::profile::firewall
    include ::profile::zuul::merger
    include ::profile::zuul::server
    include ::profile::ci::httpd
    include ::profile::ci::proxy_zuul
    include ::profile::ci::website
}