Issue #6807 has been updated by Michael Stahnke.

This is fixed in the current round of testing for EL4 and EL6 packages.  I 
believe this fix already went into EL5 packages.  Perhaps this is a duplicate 
issue?  
----------------------------------------
Bug #6807: PE drops erroneous logrotate snippet
https://projects.puppetlabs.com/issues/6807

Author: eric sorenson
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: 
Branch: 
Affected PE version: 


The file that the centos/rhel RPMs drop into /etc/logrotate.d/pe-httpd does not 
rotate PE logs correctly.

<pre>

[eric@puppetmaster001 /etc/logrotate.d]$ more pe-httpd 
/var/log/puppet-httpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /sbin/service puppet-httpd reload > /dev/null 2>/dev/null || true
    endscript
}
</pre>

The path and service need to be renamed to 'pe-httpd'.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to