Puppet Class: role::config_master
- Defined in:
- modules/role/manifests/config_master.pp
Summary
role to configer ther serveres that serve config-master.wikimedia.orgOverview
SPDX-License-Identifier: Apache-2.0
3 4 5 6 7 8 9 10 |
# File 'modules/role/manifests/config_master.pp', line 3
class role::config_master {
include profile::base::production
include profile::firewall
include profile::conftool::client
include profile::discovery::client
include profile::httpd
include profile::configmaster
}
|