Merge "Update logrotate for mirror server"

This commit is contained in:
Jenkins 2016-08-19 01:04:58 +00:00 committed by Gerrit Code Review
commit 4eefe52525

View File

@ -196,4 +196,16 @@ class openstack_project::mirror (
File["${www_root}"],
]
}
class { '::httpd::logrotate':
options => [
'daily',
'missingok',
'rotate 7',
'compress',
'delaycompress',
'notifempty',
'create 640 root adm',
],
}
}