Yolanda Robla f9f02e47d4 Allow logrotation actions to be string or array
For prerotate, logrotate, firstaction and lastaction
is very common to need several lines of commands, making
it difficult to pass with a puppet string.
Allow this parameter to be either and string or an array
to allow this usage.

Change-Id: I7451ecc550b50b85c55784ef598f6b45412117fc
2015-08-14 18:03:58 +02:00
2015-08-03 22:36:55 -07:00
2015-07-28 02:04:53 -07:00
2015-08-03 22:36:55 -07:00
2015-08-03 22:36:55 -07:00
2015-01-29 22:58:19 +00:00
2015-01-29 10:38:06 -08:00
2015-06-22 14:05:26 -07:00

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', ], }

Description
Puppet module to manage logrotate
Readme 176 KiB
Languages
Puppet 39.7%
Ruby 31.2%
HTML 29.1%