Puppet module to manage logrotate
Go to file
Spencer Krum ce473c9cb8 Boilerplate beaker-rspec files
Change-Id: I460e0d10793fd43bac7f1d02387ec07b621b5f1a
2015-07-28 02:04:53 -07:00
manifests Merge "Add subclass to remove logrotate configurations" 2015-07-17 21:42:43 +00:00
spec Boilerplate beaker-rspec files 2015-07-28 02:04:53 -07:00
templates Fixing deprecation warnings in logrotate module 2014-08-27 16:40:00 -07:00
.gitreview Add puppet module files for logrotate 2015-01-29 10:38:06 -08: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 ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +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', ], }