
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
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
Languages
Puppet
39.7%
Ruby
31.2%
HTML
29.1%