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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index ab9ed92..bc627a5 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -19,6 +19,6 @@ 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",
- "puppet://$server/git/web/lighttpd.conf" ],
+ "puppet://$server/modules/git/web/lighttpd.conf" ],
}
}