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.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index b6dfee5..b2d29e1 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -1,4 +1,10 @@
-import 'lighttpd/base.pp'
+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" ],
+ }
+}
class git::web::lighttpd {
include lighttpd
include lighttpd::base::git::web