summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 6d243d0..48bcf7c 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -12,6 +12,6 @@ class git::daemon {
}
if $use_nagios {
- nagios::service { "git-daemon": check_command "check_git!${fqdn}"; }
+ nagios::service { "git-daemon": check_command => "check_git!${fqdn}"; }
}
}