summaryrefslogtreecommitdiff
path: root/manifests/service/ntp.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 20:07:18 +0000
committermh <mh@immerda.ch>2008-11-07 20:07:18 +0000
commite031bdc42d97a0cfd9b1ed054f99d15a452f53dd (patch)
treede105a4af27aace051e3db105262fac344b637ac /manifests/service/ntp.pp
parent2ea2b55a0bb33617dab68e004dfea79ec6202d91 (diff)
removed modules dir - we don't need it
factored out classes and defines in their own files
Diffstat (limited to 'manifests/service/ntp.pp')
-rw-r--r--manifests/service/ntp.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/service/ntp.pp b/manifests/service/ntp.pp
new file mode 100644
index 0000000..ad82be3
--- /dev/null
+++ b/manifests/service/ntp.pp
@@ -0,0 +1,9 @@
+# manifests/service/ntp.pp
+
+class nagios::service::ntp {
+ nagios::service{ "check_ntp_${hostname}":
+ check_command => "check_ntp",
+ host_name => $fqdn,
+ }
+}
+