Puppet Class: profile::prometheus::web

Defined in:
modules/profile/manifests/prometheus/web.pp

Overview

SPDX-License-Identifier: Apache-2.0



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

class profile::prometheus::web () {

    class { '::httpd':
        modules => ['proxy', 'proxy_http', 'rewrite'],
    }

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