summaryrefslogtreecommitdiff
path: root/manifests/web/repo/lighttpd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web/repo/lighttpd.pp')
-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 a4f2467..4415e95 100644
--- a/manifests/web/repo/lighttpd.pp
+++ b/manifests/web/repo/lighttpd.pp
@@ -10,7 +10,7 @@ define git::web::repo::lighttpd(
if $ensure == 'present' {
File["/etc/lighttpd/gitweb.d/${name}.conf"]{
content => template("git/web/lighttpd"),
- owner => root, group => 0, mode => 0644;
+ owner => root, group => 0, mode => 0644
}
} else {
File["/etc/lighttpd/gitweb.d/${name}.conf"]{