Merge pull request #1291 from brendandburns/logs

Fix the logrotate cron job.
This commit is contained in:
Joe Beda 2014-09-12 07:55:52 -07:00
commit 9b6042ea2c
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