Puppet Class: role::ganeti_routed
- Defined in:
- modules/role/manifests/ganeti_routed.pp
Overview
SPDX-License-Identifier: Apache-2.0 Role for Ganeti in routed setup T300152
3 4 5 6 7 |
# File 'modules/role/manifests/ganeti_routed.pp', line 3
class role::ganeti_routed {
include profile::base::production
include profile::ganeti
include profile::firewall
}
|