From c40c2d448c6ba10a378094e9b2bd7e1a9ebd318c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 11 Apr 2011 13:19:23 -0400 Subject: fix syntax error --- manifests/daemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; } } } -- cgit v1.2.3