Puppet module to manage logrotate
ce473c9cb8
Change-Id: I460e0d10793fd43bac7f1d02387ec07b621b5f1a |
||
---|---|---|
manifests | ||
spec | ||
templates | ||
.gitreview | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
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', ], }