Skip to content

Commit

Permalink
restore idempotency
Browse files Browse the repository at this point in the history
install nullmailer instead of postfix when no MTA is installed for AIDE
  • Loading branch information
florianutz committed May 6, 2019
1 parent ba78367 commit b8f9c89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tasks/section1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,22 @@
- rule_1.2.3
- notimplemented

- name: "SCORED | 1.3.1 | PATCH | Ensure AIDE is installed (install nullmailer instead of postfix)"
apt:
name:
- nullmailer
state: present
install_recommends: false
when:
- ubuntu1804cis_rule_1_3_1
- not postfix_installed.rc == 0
tags:
- level1
- scored
- aide
- patch
- rule_1.3.1

- name: "SCORED | 1.3.1 | PATCH | Ensure AIDE is installed"
apt:
name:
Expand Down

0 comments on commit b8f9c89

Please sign in to comment.