Colleen Murphy a779b502b1 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I851a6af8ecabed3d781432fd19d6c3e60b2ecca2
2018-07-12 09:57:44 +02:00
2015-08-03 22:36:55 -07:00
2018-07-12 09:57:44 +02: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%