Puppet Class: role::wmcs::toolforge::redis_sentinel

Defined in:
modules/role/manifests/wmcs/toolforge/redis_sentinel.pp

Overview



1
2
3
4
5
6
7
8
9
10
# File 'modules/role/manifests/wmcs/toolforge/redis_sentinel.pp', line 1

class role::wmcs::toolforge::redis_sentinel {
    system::role { $name:
        description => 'Toolforge Redis with automatic failover'
    }

    include ::profile::toolforge::base
    include ::profile::toolforge::redis_sentinel
    include ::profile::toolforge::infrastructure
    include ::profile::firewall
}