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