From: Martin Zobel-Helas Date: Wed, 1 Jan 2014 11:53:54 +0000 (+0100) Subject: do not do backups of /var/log/apache2/ X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=112de0a1b1673d0bdf4553f8f812a82209617bee do not do backups of /var/log/apache2/ Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index a4e14cad..ae9f8948 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -74,6 +74,11 @@ class apache2 { content => template('apache2/default-index.html'), } + file { '/var/log/apache2/.nobackup': + mode => '0644', + content => '', + } + munin::check { 'apache_accesses': } munin::check { 'apache_processes': } munin::check { 'apache_volume': }