Fix AIDE cron job creation

The changes in I4ce25cb4fcfffcadf5c19fef429488f5f9d8aa8f created
the cron job for AIDE, but the job file was called 'True' since
'yes' was provided for 'cron_file' rather than 'aide'.

This patch fixes the cron job so that it is named appropriately.

(╯°□°)╯︵ ┻━┻

Change-Id: I08499f9bb796bf56b7924dcbcce3d78d85f92312
This commit is contained in:
Major Hayden
2016-08-22 13:18:18 -05:00
parent aaf418f478
commit 9ea50331cc

View File

@@ -56,7 +56,7 @@
- name: Create AIDE cron job (for V-38670)
cron:
name: aide
cron_file: yes
cron_file: aide
user: root
special_time: daily
job: "aide --check"