Puppet Class: role::analytics_cluster::airflow::wmde
- Defined in:
- modules/role/manifests/analytics_cluster/airflow/wmde.pp
Overview
3 4 5 6 7 8 9 |
# File 'modules/role/manifests/analytics_cluster/airflow/wmde.pp', line 3
class role::analytics_cluster::airflow::wmde {
system::role { 'analytics_cluster::airflow::wmde':
description => 'Airflow instance for the Wikimedia Deutschland team in the Analytics Cluster',
}
include ::profile::analytics::cluster::airflow
}
|