Puppet Class: role::insetup::infrastructure_foundations

Defined in:
modules/role/manifests/insetup/infrastructure_foundations.pp

Overview

SPDX-License-Identifier: Apache-2.0



2
3
4
5
# File 'modules/role/manifests/insetup/infrastructure_foundations.pp', line 2

class role::insetup::infrastructure_foundations {
    include profile::base::production
    include profile::firewall
}