Fix the logrotate cron job.

This commit is contained in:
Brendan Burns 2014-09-11 15:47:06 -07:00
parent cc7999c00a
commit 61e90fdaff
2 changed files with 2 additions and 1 deletions

1
cluster/saltbase/salt/logrotate/cron Normal file → Executable file
View File

@ -1 +1,2 @@
#!/bin/sh
logrotate /etc/logrotate.conf

View File

@ -32,4 +32,4 @@ logrotate:
- template: jinja
- user: root
- group: root
- mode: 644
- mode: 755