summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/web/repo/lighttpd.pp2
1 files changed, 1 insertions, 1 deletions
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 }