Puppet Class: role::analytics_cluster::airflow::platform_eng

Defined in:
modules/role/manifests/analytics_cluster/airflow/platform_eng.pp

Overview



1
2
3
4
5
6
7
# File 'modules/role/manifests/analytics_cluster/airflow/platform_eng.pp', line 1

class role::analytics_cluster::airflow::platform_eng {
    system::role { 'analytics_cluster::airflow::platform_eng':
        description => 'Airflow instance for the Platform Engineering team in the Analytics Cluster',
    }

    include ::profile::analytics::cluster::airflow
}