Puppet module to manage logrotate
Go to file
OpenDev Sysadmins 6849f83598 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:03 +00:00
manifests Order of the class parameters is refactored 2016-03-21 13:09:04 +03:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
templates Allow logrotation actions to be string or array 2015-08-14 18:03:58 +02:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 22:36:55 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:03 +00:00
Gemfile Update Gemfile for Zuulv3 2018-07-12 09:57:44 +02:00
LICENSE Add missing LICENSE file 2015-01-29 22:58:19 +00:00
README.md Make logrotate::file more resilient 2015-06-22 14:05:26 -07:00
Rakefile Add puppet module files for logrotate 2015-01-29 10:38:06 -08:00
metadata.json Replace openstack.org git:// URLs with https:// 2019-03-24 20:35:40 +00:00

README.md

OpenStack Logrotate Module

This module installs and configures Logrotate

Rotate logfiles using the logrotate::file defined type:

include logrotate logrotate::file { 'manage_projects.log': log => '/var/log/manage_projects.log', options => [ 'compress', 'missingok', 'rotate 30', 'daily', 'notifempty', 'copytruncate', ], }