From e031bdc42d97a0cfd9b1ed054f99d15a452f53dd Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 7 Nov 2008 20:07:18 +0000 Subject: removed modules dir - we don't need it factored out classes and defines in their own files --- manifests/target/host.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/target/host.pp (limited to 'manifests/target/host.pp') 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 } +} + -- cgit v1.2.3