Puppet Class: profile::dumps::web::htmldumps

Defined in:
modules/profile/manifests/dumps/web/htmldumps.pp

Overview

SPDX-License-Identifier: Apache-2.0



2
3
4
5
6
7
8
9
10
# File 'modules/profile/manifests/dumps/web/htmldumps.pp', line 2

class profile::dumps::web::htmldumps {

    class {'::dumps::web::htmldumps': htmldumps_server => 'htmldumper1001.eqiad.wmnet'}

    ferm::service { 'html_dumps_http':
        proto => 'tcp',
        port  => '80',
    }
}