summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-09 01:52:28 +0000
committermh <mh@immerda.ch>2009-01-09 01:52:28 +0000
commit7d3a421c5c62c4a81d317acccd4a83a719557078 (patch)
tree64d8b6e30737710fb25ba0b41a11c0f46e76d4f3 /manifests
parent01ab2dc5a871a1becd07a35cb518a4acf3dcae7a (diff)
fixed config
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web/lighttpd.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index 0901442..1a0e942 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -2,16 +2,6 @@ class git::web::lighttpd {
include lighttpd
include lighttpd::base::git::web
- file{'/etc/lighttpd/lighttpd-gitweb-defaults.conf':
- source => [ "puppet://$server/files/git/web/${fqdn}/lighttpd-gitweb-defaults.conf",
- "puppet://$server/files/git/web/lighttpd-gitweb-defaults.conf",
- "puppet://$server/git/web/lighttpd-gitweb-defaults.conf" ],
- require => Package['lighttpd'],
- notify => Service['lighttpd'],
- owner => root, group => 0, mode => 0644;
- }
-
-
file{'/etc/lighttpd/lighttpd-gitweb.conf':
ensure => present,
require => Package['lighttpd'],