1 2 3 4 5 6 7 8 9 10
class nagios::target::fqdn( $hostgroups = 'absent', $parents = 'absent' ) { class{'nagios::target': address => $::fqdn, hostgroups => $hostgroups, parents => $parents } }