diff options
author | mh <mh@immerda.ch> | 2009-12-01 10:37:50 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-12-01 10:37:50 +0100 |
commit | 09cd0bea508f38ae37ea2ec869c332d5b6d2850f (patch) | |
tree | 20a46e6a07cf65ad7cb054b2d78a37d4bed3d93a | |
parent | 1a2f23ae1202e041eb332434795dca1e209f64e3 (diff) |
adjust command
-rw-r--r-- | manifests/service/ntp.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/service/ntp.pp b/manifests/service/ntp.pp index ad82be3..c07177d 100644 --- a/manifests/service/ntp.pp +++ b/manifests/service/ntp.pp @@ -2,7 +2,7 @@ class nagios::service::ntp { nagios::service{ "check_ntp_${hostname}": - check_command => "check_ntp", + check_command => "check_ntp_time", host_name => $fqdn, } } |