Defined Type: sonofgridengine::hostgroup
- Defined in:
- modules/sonofgridengine/manifests/hostgroup.pp
Overview
3 4 5 6 7 8 9 10 11 12 |
# File 'modules/sonofgridengine/manifests/hostgroup.pp', line 3
define sonofgridengine::hostgroup(
$rname = $title,
$config = undef,
) {
sonofgridengine::resource { $rname:
dir => 'hostgroups',
config => $config,
}
}
|