From 3f0a69fc232f7ea10c61d3a661bb7e529efb74fe Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 11 Aug 2010 15:00:52 +0200 Subject: fix typo --- manifests/web/repo/lighttpd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/web/repo/lighttpd.pp b/manifests/web/repo/lighttpd.pp index 621df00..11cee4c 100644 --- a/manifests/web/repo/lighttpd.pp +++ b/manifests/web/repo/lighttpd.pp @@ -4,7 +4,7 @@ define git::web::repo::lighttpd( $ensure = 'present', $gitweb_url, - $logmode = 'default' + $logmode = 'default', $gitweb_config ){ if $ensure == 'present' { include git::web::lighttpd } -- cgit v1.2.3