saltstack-formulas / logrotate-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
23 stars 71 forks source link

[BUG] wtmp and btmp are duplicated and cause logrotate to fail. #62

Closed waynegemmell closed 2 years ago

waynegemmell commented 2 years ago

When running logrotate.config on Ubuntu the wtmp and btmp are installed twice. This causes startup to fail.

Browsing the code it looks like login_records_jobs is set to true on Ubuntu which causes the issue because the wtmp and btmp are in include files by default as well as in the config file. I suggest changing this to false.

saltstack-formulas-travis commented 2 years ago

:tada: This issue has been resolved in version 0.13.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: