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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user