From e3f34801e95b51b8992a14b32a2ff7a552e28cf3 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 8 Jan 2010 10:27:06 +0100 Subject: fix typo --- manifests/web/repo/lighttpd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]{ -- cgit v1.2.3