Puppet Class: role::graphite::production

Defined in:
modules/role/manifests/graphite/production.pp

Overview



1
2
3
4
5
6
7
8
9
# File 'modules/role/manifests/graphite/production.pp', line 1

class role::graphite::production {
    include profile::base::production
    include profile::firewall
    include profile::backup::host
    include profile::statsd # all graphite hosts also include statsd
    include profile::graphite::production
    include profile::tlsproxy::envoy # TLS termination
    include profile::netconsole::client
}