
Use same target directory for zuul-cloner and the regular git command. Change-Id: I08b0f5913c1162c234219933f276ac607ddd5595 Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
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
Languages
Puppet
39.7%
Ruby
31.2%
HTML
29.1%