summaryrefslogtreecommitdiff
path: root/manifests/target/host.pp
blob: 8ba4e77cc501e9fd740dbed20d0218c7acb2061c (plain)
1
2
3
4
5
6
# manifests/target/host.pp

class nagios::target::host {
    nagios::host { $fqdn: parents => $nagios_parent }
}