From e8291a62cfddc87023a63d00f51f9309d1699595 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 25 Feb 2012 15:31:30 +0100 Subject: add only if to workaround puppet bug #12830 --- manifests/logrotate/centos.pp | 1 + manifests/logrotate/centos/vhosts.pp | 1 + 2 files changed, 2 insertions(+) (limited to 'manifests/logrotate') diff --git a/manifests/logrotate/centos.pp b/manifests/logrotate/centos.pp index 6571ada..593f692 100644 --- a/manifests/logrotate/centos.pp +++ b/manifests/logrotate/centos.pp @@ -4,5 +4,6 @@ class apache::logrotate::centos { 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' ], + onlyif => 'get /files/etc/logrotate.d/httpd/rule/file[1] != "/var/log/httpd/*log"', } } diff --git a/manifests/logrotate/centos/vhosts.pp b/manifests/logrotate/centos/vhosts.pp index 941f50d..1cde2f3 100644 --- a/manifests/logrotate/centos/vhosts.pp +++ b/manifests/logrotate/centos/vhosts.pp @@ -6,5 +6,6 @@ class apache::logrotate::centos::vhosts inherits apache::logrotate::centos { 'ins file before /files/etc/logrotate.d/httpd/rule/*[1]', 'set /files/etc/logrotate.d/httpd/rule/file[1] /var/log/httpd/*log', 'set /files/etc/logrotate.d/httpd/rule/file[2] /var/www/vhosts/*/logs/*log' ], + onlyif => 'get /files/etc/logrotate.d/httpd/rule/file[2] != "/var/www/vhosts/*/logs/*log"', } } -- cgit v1.2.3