summaryrefslogtreecommitdiff
path: root/manifests/web
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:56:52 +0100
committermh <mh@immerda.ch>2009-11-02 00:56:52 +0100
commit96c222c8e288ef382fe71094699d94fb98d879f3 (patch)
tree8c5f63b532ed615f567433f0e522228a650149d3 /manifests/web
parent69a3325b211c8a6ca5ba5b36c9768e516f36ae47 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/web')
-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" ],
}
}