summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-10-21 15:09:35 +0200
committermh <mh@immerda.ch>2012-10-21 15:09:35 +0200
commit94b99fef7a85d9165b40e2dc01c5617824330826 (patch)
tree43b1ffe6d6015b92e60d3f78bb7304919d7de0ee /manifests/base.pp
parente293b5be988133c04c2611ca6f5b1ab974c8d8f1 (diff)
downloadpuppet-lighttpd-94b99fef7a85d9165b40e2dc01c5617824330826.tar.gz
puppet-lighttpd-94b99fef7a85d9165b40e2dc01c5617824330826.tar.bz2
this include construct is only needed on centos systems
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 0f942a5..3f2b799 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -33,13 +33,6 @@ class lighttpd::base {
owner => 'root',
group => 0,
mode => '0644';
- "${lighttpd::conf_dir}/config.conf":
- ensure => file,
- require => Package['lighttpd'],
- before => Service['lighttpd'],
- owner => 'root',
- group => 0,
- mode => '0644';
'/etc/cron.daily/clean_lighttpd_compress':
content => "find /var/cache/lighttpd/compress -type f -mtime +10 | xargs -r rm\n",
require => Package['lighttpd'],