summaryrefslogtreecommitdiff
path: root/manifests/service/ntp.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-28 14:12:24 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-28 14:12:24 -0500
commitd96b70dc892bcf6e76bd6be96e9c15325f784a15 (patch)
treec9148b7439616adde55683dfebf06b2e9161f0d3 /manifests/service/ntp.pp
parent83963cef28ca42055d5becbf0b697ee1f4bd5d4a (diff)
remove $hostname from service names: these are added internally to nagios_service type, but should not appear for service descriptions in nagios
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 c07177d..eca255a 100644
--- a/manifests/service/ntp.pp
+++ b/manifests/service/ntp.pp
@@ -1,7 +1,7 @@
# manifests/service/ntp.pp
class nagios::service::ntp {
- nagios::service{ "check_ntp_${hostname}":
+ nagios::service{ "check_ntp":
check_command => "check_ntp_time",
host_name => $fqdn,
}