summaryrefslogtreecommitdiff
path: root/manifests/defines.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-09 01:38:07 +0000
committermh <mh@immerda.ch>2009-01-09 01:38:07 +0000
commit01ab2dc5a871a1becd07a35cb518a4acf3dcae7a (patch)
tree1ade72482bbb3bfabdcb6ce5408273b67adde215 /manifests/defines.pp
parent1e805e721ae5d1f2dfe0a306596890edb4950e75 (diff)
fixing lighttpd config
Diffstat (limited to 'manifests/defines.pp')
-rw-r--r--manifests/defines.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines.pp b/manifests/defines.pp
index 0f52c23..eea5077 100644
--- a/manifests/defines.pp
+++ b/manifests/defines.pp
@@ -40,7 +40,7 @@ define git::web::repo::lighttpd(
owner => root, group => 0, mode => 0644;
}
line{"add_include_of_gitwebrepo_${name}":
- line => "Include /etc/lighttpd/gitweb.d/${name}.conf",
+ line => "include \"gitweb.d/${name}.conf\"",
file => "/etc/lighttpd/lighttpd-gitweb.conf",
require => File['/etc/lighttpd/lighttpd-gitweb.conf'],
notify => Service['lighttpd'],