Puppet Class: role::orchestrator

Defined in:
modules/role/manifests/orchestrator.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
12
# File 'modules/role/manifests/orchestrator.pp', line 1

class role::orchestrator {
    system::role { 'orchestrator':
        description => 'Orchestrator server'
    }

    include profile::base::production
    include profile::firewall
    include profile::orchestrator::web
    include profile::orchestrator::server
    include profile::orchestrator::monitoring
    include profile::mariadb::client
}