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

Version Path
puppet-6.24.0 ext/redhat/logrotate
puppet-6.24.0-x86-mingw32 ext/redhat/logrotate
puppet-6.24.0-x64-mingw32 ext/redhat/logrotate
puppet-6.24.0-universal-darwin ext/redhat/logrotate
puppet-7.9.0 ext/redhat/logrotate
puppet-7.9.0-x86-mingw32 ext/redhat/logrotate
puppet-7.9.0-x64-mingw32 ext/redhat/logrotate
puppet-7.9.0-universal-darwin ext/redhat/logrotate
puppet-6.23.0 ext/redhat/logrotate
puppet-6.23.0-x86-mingw32 ext/redhat/logrotate
puppet-6.23.0-x64-mingw32 ext/redhat/logrotate
puppet-6.23.0-universal-darwin ext/redhat/logrotate
puppet-7.8.0 ext/redhat/logrotate
puppet-7.8.0-x86-mingw32 ext/redhat/logrotate
puppet-7.8.0-x64-mingw32 ext/redhat/logrotate
puppet-7.8.0-universal-darwin ext/redhat/logrotate
puppet-7.7.0 ext/redhat/logrotate
puppet-7.7.0-x86-mingw32 ext/redhat/logrotate
puppet-7.7.0-x64-mingw32 ext/redhat/logrotate
puppet-7.7.0-universal-darwin ext/redhat/logrotate