summaryrefslogtreecommitdiff
path: root/manifests/defines.pp
diff options
context:
space:
mode:
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'],