Puppet Class: role::wmcs::toolforge::grid::bastion
- Defined in:
- modules/role/manifests/wmcs/toolforge/grid/bastion.pp
Overview
SPDX-License-Identifier: Apache-2.0
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'modules/role/manifests/wmcs/toolforge/grid/bastion.pp', line 2
class role::wmcs::toolforge::grid::bastion {
system::role { $name:
description => 'Toolforge bastion (with Grid Engine access)'
}
include profile::toolforge::base
include profile::toolforge::apt_pinning
include profile::toolforge::bastion
include profile::toolforge::bastion::resourcecontrol
include profile::toolforge::grid::base
include profile::toolforge::grid::bastion
include profile::toolforge::grid::sysctl
include profile::block_local_crontabs
include profile::toolforge::automated_tests
include profile::toolforge::dologmsg
include profile::toolforge::bastion::toolforge_cli
}
|