summaryrefslogtreecommitdiff
path: root/manifests/service/ntp.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-01 10:37:50 +0100
committermh <mh@immerda.ch>2009-12-01 10:37:50 +0100
commit09cd0bea508f38ae37ea2ec869c332d5b6d2850f (patch)
tree20a46e6a07cf65ad7cb054b2d78a37d4bed3d93a /manifests/service/ntp.pp
parent1a2f23ae1202e041eb332434795dca1e209f64e3 (diff)
adjust command
Diffstat (limited to 'manifests/service/ntp.pp')
-rw-r--r--manifests/service/ntp.pp2
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,
}
}