fix linting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-01-28 22:41:26 +01:00
parent 634be4734b
commit 368ef22bff
1 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,6 @@ logrotate_options:
- create
- dateext
logrotate_config:
- name: syslog
definitions:
@ -47,12 +46,12 @@ logrotate_config:
- name: btmp
definitions:
- logs:
- /var/log/btmp
options:
- missingok
- monthly
- create 0600 root utmp
- rotate 1
- logs:
- /var/log/btmp
options:
- missingok
- monthly
- create 0600 root utmp
- rotate 1
logrotate_config_extra: []