Installing AIDE needs to follow by a init proces.
aide:
pkg:
- installed
Now the following commands need to run only once:
/usr/sbin/aide --config=/etc/aide.conf --init
mv -f /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz
How to manage this in a state file?