diff options
author | mh <mh@immerda.ch> | 2010-08-11 14:52:25 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-11 14:52:25 +0200 |
commit | ab8615d05df97e6f8fd9c0b1bdbcf7439d8b8b0e (patch) | |
tree | 04b43a81f2804a37014130fd4525ff934b664901 /manifests/web/repo/lighttpd.pp | |
parent | e563c5add3e02758c128fe6b5df31ea65f393f54 (diff) |
introduce logmode for webrepos
Diffstat (limited to 'manifests/web/repo/lighttpd.pp')
-rw-r--r-- | manifests/web/repo/lighttpd.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/web/repo/lighttpd.pp b/manifests/web/repo/lighttpd.pp index 111cc5e..621df00 100644 --- a/manifests/web/repo/lighttpd.pp +++ b/manifests/web/repo/lighttpd.pp @@ -1,6 +1,10 @@ +# logmode: +# - default: Do normal logging including ips +# - anonym: Don't log ips define git::web::repo::lighttpd( $ensure = 'present', $gitweb_url, + $logmode = 'default' $gitweb_config ){ if $ensure == 'present' { include git::web::lighttpd } |