diff options
author | mh <mh@immerda.ch> | 2008-11-07 20:07:18 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-11-07 20:07:18 +0000 |
commit | e031bdc42d97a0cfd9b1ed054f99d15a452f53dd (patch) | |
tree | de105a4af27aace051e3db105262fac344b637ac /manifests/service | |
parent | 2ea2b55a0bb33617dab68e004dfea79ec6202d91 (diff) |
removed modules dir - we don't need it
factored out classes and defines in their own files
Diffstat (limited to 'manifests/service')
-rw-r--r-- | manifests/service/ntp.pp | 9 |
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, + } +} + |