Puppet Class: role::wmcs::toolforge::redis_sentinel
- Defined in:
- modules/role/manifests/wmcs/toolforge/redis_sentinel.pp
Overview
1 2 3 4 5 6 |
# File 'modules/role/manifests/wmcs/toolforge/redis_sentinel.pp', line 1
class role::wmcs::toolforge::redis_sentinel {
include profile::toolforge::base
include profile::toolforge::redis_sentinel
include profile::toolforge::infrastructure
include profile::firewall
}
|