set "su" for puppet.log logrotate

logrotate don't like owner of
/var/log/ and asks to explicitly
set user name and group to use
for rotation.

Change-Id: I3754b1464b3cb5e8d1566f1eef8628350e3d5d9c
Closes-bug: #1581098
This commit is contained in:
dmburmistrov 2016-05-12 18:56:36 +03:00
parent d821b474c9
commit 9b0dbf488f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/var/log/puppet.log {
weekly
missingok
su root root
create 0600 puppet puppet
notifempty
compress