Puppet Class: role::wmcs::toolforge::bastion

Defined in:
modules/role/manifests/wmcs/toolforge/bastion.pp

Overview

SPDX-License-Identifier: Apache-2.0



2
3
4
5
6
7
8
9
10
11
12
13
14
# File 'modules/role/manifests/wmcs/toolforge/bastion.pp', line 2

class role::wmcs::toolforge::bastion {
    system::role { $name:
        description => 'Toolforge bastion',
    }

    include profile::toolforge::base
    include profile::block_local_crontabs

    include profile::toolforge::bastion
    include profile::toolforge::bastion::resourcecontrol
    include profile::toolforge::bastion::toolforge_cli
    include profile::toolforge::dologmsg
}