Issue #6807 has been updated by Jacob Helwig. Status changed from Unreviewed to Merged - Pending Release
I can't find the duplicate if it is one, but as Michael said this has been addressed in the RPM packages. ---------------------------------------- Bug #6807: PE drops erroneous logrotate snippet https://projects.puppetlabs.com/issues/6807 Author: eric sorenson Status: Merged - Pending Release 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.
