Remove trailing whitespace
This commit is contained in:
parent
6c6ae8b927
commit
308b44e84f
2 changed files with 4 additions and 4 deletions
|
@ -29,4 +29,4 @@
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
state: started
|
state: started
|
||||||
name: zammad
|
name: zammad
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{{ zammad_log_path }}/*.log {
|
{{ zammad_log_path }}/*.log {
|
||||||
daily
|
daily
|
||||||
missingok
|
missingok
|
||||||
rotate 2
|
rotate 2
|
||||||
compress
|
compress
|
||||||
delaycompress
|
delaycompress
|
||||||
notifempty
|
notifempty
|
||||||
copytruncate
|
copytruncate
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue