summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
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'],