Sha256: fd243fc2ef85724b74931c69b176db4765efadf1bfef6a780b9c34f7b67b4b92
Contents?: true
Size: 595 Bytes
Versions: 296
Compression:
Stored size: 595 Bytes
Contents
# Generic logrotate config for Red Hat systems. Works with both official # Fedora and RHEL packages as well as PuppetLabs distributions. /var/log/puppetlabs/masterhttp.log /var/log/puppet/masterhttp.log { compress missingok notifempty nocreate } /var/log/puppetlabs/puppetd.log /var/log/puppet/puppetd.log { compress missingok notifempty nocreate sharedscripts postrotate ([ -x /etc/init.d/puppet ] && /etc/init.d/puppet rotate > /dev/null 2>&1) || ([ -x /usr/bin/systemctl ] && /usr/bin/systemctl kill -s USR2 puppet.service > /dev/null 2>&1) || true endscript }
Version data entries
296 entries across 296 versions & 1 rubygems