summaryrefslogtreecommitdiff
path: root/puppet/modules/site_nagios/manifests/server/hostgroup.pp
blob: 6f85ca6dbf1a0e1b485d74e05c21aabfa64c8834 (plain)
1
2
3
define site_nagios::server::hostgroup ($contact_emails) {
  nagios_hostgroup { $name: }
}