summaryrefslogtreecommitdiff
path: root/manifests/service/ntp.pp
diff options
context:
space:
mode:
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,
}
}