Puppet module to manage logrotate
5cfa447977
Add a xenial nodeset and update the spec helper to install puppet 3 from the Ubuntu repos instead of from puppetlabs. Change-Id: I3101641ffd9f2c027a4e29bf1adac2ad45e434f3 |
||
---|---|---|
manifests | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
Gemfile | ||
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', ], }