[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

Todd Zullinger tmz at pobox.com
Tue May 18 09:04:45 UTC 2010


The following commit has been merged in the upstream branch:
commit 1275a474a4df42663a86421d0211275a14f2f6c3
Author: Todd Zullinger <tmz at pobox.com>
Date:   Mon Apr 26 16:37:58 2010 -0400

    conf/redhat: Add notifempty to logrotate config
    
    We default to logging via syslog so there aren't any puppet logs on many
    boxes.  Causing a weekly restart shouldn't be necessary.

diff --git a/conf/redhat/logrotate b/conf/redhat/logrotate
index 554d6d1..c3a4d43 100644
--- a/conf/redhat/logrotate
+++ b/conf/redhat/logrotate
@@ -1,5 +1,6 @@
 /var/log/puppet/*log {
   missingok
+  notifempty
   create 0644 puppet puppet
   sharedscripts
   postrotate

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list