7e68dbdf8c
Introduces a service to configure AIDE Intrusion Detection. This service init's the database and copies the new database to the active naming. It also sets a cron job, using email if `AideEmail` is populated, otherwise the reports are sent to `/var/log/aide/`. AIDE rules can be supplied as a hash, and should the rules ever be changed, the service will populate the new rules and re-init a fresh integrity database. Related-Blueprint: tripleo-aide-database Depends-On: Iac2ceb7fc6b610f8920ae6f75faa2885f3edf6eb Change-Id: I23d8ba2c43e907372fe079026df1fca5fa1c9881
13 lines
471 B
YAML
13 lines
471 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduces a puppet service to configure AIDE Intrusion
|
|
Detection. This service init's the database and copies the
|
|
new database to the active naming. It also sets a cron job,
|
|
when parameter `AideEmail` is populated, otherwise reports
|
|
are sent to /var/log/aide/.
|
|
|
|
AIDE rules can be supplied as a hash, and should the rules ever
|
|
be changed, the service will populate the new rules and re-init
|
|
a fresh integrity database.
|