summaryrefslogtreecommitdiff
path: root/manifests/target
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/target')
-rw-r--r--manifests/target/host.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/target/host.pp b/manifests/target/host.pp
new file mode 100644
index 0000000..8ba4e77
--- /dev/null
+++ b/manifests/target/host.pp
@@ -0,0 +1,6 @@
+# manifests/target/host.pp
+
+class nagios::target::host {
+ nagios::host { $fqdn: parents => $nagios_parent }
+}
+