From 1a91a29e74c42acf740bfb6d0fa391674c1953bf Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 3 Jun 2009 22:00:01 +0200 Subject: introduced logrotate only if we have vhosts otherwise we get nasty logrotate errors introduced a first logrotate naming scheme. the openbsd logrotation should be integrated in that one as well. --- manifests/logrotate/centos.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifests/logrotate/centos.pp (limited to 'manifests/logrotate/centos.pp') diff --git a/manifests/logrotate/centos.pp b/manifests/logrotate/centos.pp new file mode 100644 index 0000000..6571ada --- /dev/null +++ b/manifests/logrotate/centos.pp @@ -0,0 +1,8 @@ +class apache::logrotate::centos { + # add vhost folders to logrotation + augeas{'logrotate_httpd': + changes => [ 'rm /files/etc/logrotate.d/httpd/rule/file', + 'ins file before /files/etc/logrotate.d/httpd/rule/*[1]', + 'set /files/etc/logrotate.d/httpd/rule/file[1] /var/log/httpd/*log' ], + } +} -- cgit v1.2.3