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/service/ntp.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/service/ntp.pp (limited to 'manifests/service') 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, + } +} + -- cgit v1.2.3