Puppet module to manage logrotate
Go to file
Colleen Murphy a94f089535 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. Also fix lint
errors caught by the puppet-lint-absolute_classname-check gem.

Change-Id: Icc120da2373214a9222e9434e725477096e989d3
2015-08-03 22:36:55 -07:00
manifests Add Gemfile and puppet 4 checks 2015-08-03 22:36:55 -07: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
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 22:36:55 -07:00
.gitreview Add puppet module files for logrotate 2015-01-29 10:38:06 -08:00
Gemfile Add Gemfile and puppet 4 checks 2015-08-03 22:36:55 -07:00
LICENSE Add missing LICENSE file 2015-01-29 22:58:19 +00:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +00:00
Rakefile Add puppet module files for logrotate 2015-01-29 10:38:06 -08:00
README.md Make logrotate::file more resilient 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', ], }