summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-08 10:27:06 +0100
committermh <mh@immerda.ch>2010-01-08 10:27:06 +0100
commite3f34801e95b51b8992a14b32a2ff7a552e28cf3 (patch)
treed1f62f338deefcc387052fa92f839315244a41d1
parent5162e7206f1910b3f0a999c4a835a76a28873211 (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 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"]{