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:
parent
d821b474c9
commit
9b0dbf488f
@ -1,6 +1,7 @@
|
||||
/var/log/puppet.log {
|
||||
weekly
|
||||
missingok
|
||||
su root root
|
||||
create 0600 puppet puppet
|
||||
notifempty
|
||||
compress
|
||||
|
Loading…
Reference in New Issue
Block a user