projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc9550
)
do not do backups of /var/log/apache2/
author
Martin Zobel-Helas
<zobel@debian.org>
Wed, 1 Jan 2014 11:53:54 +0000
(12:53 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Wed, 1 Jan 2014 11:54:24 +0000
(12:54 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
a4e14ca
..
ae9f894
100644
(file)
--- 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': }