summaryrefslogtreecommitdiff
path: root/manifests/web/lighttpd/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web/lighttpd/base.pp')
-rw-r--r--manifests/web/lighttpd/base.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/web/lighttpd/base.pp b/manifests/web/lighttpd/base.pp
deleted file mode 100644
index 43ad48f..0000000
--- a/manifests/web/lighttpd/base.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-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" ],
- }
-}