Puppet Class: role::insetup::data_engineering

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

Overview

SPDX-License-Identifier: Apache-2.0



2
3
4
5
6
7
8
9
10
# File 'modules/role/manifests/insetup/data_engineering.pp', line 2

class role::insetup::data_engineering {
    system::role { 'insetup::data_engineering':
        ensure      => 'present',
        description => 'Host being setup by Data Platform SREs',
    }

    include profile::base::production
    include profile::firewall
}