summaryrefslogtreecommitdiff
path: root/manifests/web
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 14:54:04 +0100
committermh <mh@immerda.ch>2009-11-14 14:54:04 +0100
commit7b1f9a68e95cd9dc877145eda08c18e233603bb8 (patch)
treecc7951da1df9377742ba7acd1b7ee97cdc16e981 /manifests/web
parent96c222c8e288ef382fe71094699d94fb98d879f3 (diff)
update to 0.25.x style
Diffstat (limited to 'manifests/web')
-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" ],
}
}