Puppet Class: profile::ci::website

Defined in:
modules/profile/manifests/ci/website.pp

Overview

SPDX-License-Identifier: Apache-2.0 Website for Continuous integration

integration.wikimedia.org/



5
6
7
8
9
10
11
12
13
14
15
16
17
# File 'modules/profile/manifests/ci/website.pp', line 5

class profile::ci::website {

    scap::target { 'integration/docroot':
        deploy_user => 'deploy-ci-docroot',
    }

    # Apache configuration for integration.wikimedia.org
    httpd::site { 'integration.wikimedia.org':
        source => 'puppet:///modules/contint/apache/integration.wikimedia.org.conf'
    }

    profile::auto_restarts::service { 'envoyproxy': }
}