summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2010-04-26 16:37:58 -0400
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit6ae6821e6392ea2076e19b764db04366e92e86c1 (patch)
treef94096b11dd3965b300d4de316af57bc7b800fdb
parent7fc66d5f5208bb7b408dfd4d3852a88139b9a308 (diff)
downloadpuppet-6ae6821e6392ea2076e19b764db04366e92e86c1.tar.gz
puppet-6ae6821e6392ea2076e19b764db04366e92e86c1.tar.xz
puppet-6ae6821e6392ea2076e19b764db04366e92e86c1.zip
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.
-rw-r--r--conf/redhat/logrotate1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/redhat/logrotate b/conf/redhat/logrotate
index 554d6d16b..c3a4d437a 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