summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/web/lighttpd.pp14
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index b2d29e1..0901442 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -1,10 +1,3 @@
-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
@@ -32,3 +25,10 @@ class git::web::lighttpd {
owner => root, group => 0, mode => 0755;
}
}
+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" ],
+ }
+}