summaryrefslogtreecommitdiff
path: root/manifests/web/lighttpd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web/lighttpd.pp')
-rw-r--r--manifests/web/lighttpd.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index bc627a5..a169dc9 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -17,8 +17,8 @@ class git::web::lighttpd {
}
class lighttpd::base::git::web inherits lighttpd::base {
File['/etc/lighttpd/lighttpd.conf']{
- source => [ "puppet://$server/files/git/web/${fqdn}/lighttpd.conf",
- "puppet://$server/files/git/web/lighttpd.conf",
+ source => [ "puppet://$server/modules/site-git/web/${fqdn}/lighttpd.conf",
+ "puppet://$server/modules/site-git/web/lighttpd.conf",
"puppet://$server/modules/git/web/lighttpd.conf" ],
}
}