summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-11 15:00:52 +0200
committermh <mh@immerda.ch>2010-08-11 15:00:52 +0200
commit3f0a69fc232f7ea10c61d3a661bb7e529efb74fe (patch)
treeb12d47783eade2e41f22e0ec2aa061e679a4f031
parentab8615d05df97e6f8fd9c0b1bdbcf7439d8b8b0e (diff)
fix typo
-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 }