Puppet Class: role::cluster::unprivmanagement
- Defined in:
- modules/role/manifests/cluster/unprivmanagement.pp
Overview
Class role::cluster::unprivmanagement
This role sets up a host to be a cluster manager for unprivileged users
6 7 8 9 10 11 |
# File 'modules/role/manifests/cluster/unprivmanagement.pp', line 6
class role::cluster::unprivmanagement {
include profile::base::production
include profile::firewall
include profile::cumin::unprivmaster
}
|