Colleen Murphy 5cfa447977 Fix beaker on xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: I3101641ffd9f2c027a4e29bf1adac2ad45e434f3
2017-06-24 15:53:06 +02:00
2017-06-24 15:53:06 +02: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%