diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-21 20:12:37 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-21 20:12:37 +0000 |
commit | 86cd6f5b0efa98e8d3f5217337eae8b9ce05764a (patch) | |
tree | 2f86858a136a430bffb8eeb40c62030f0e14603e | |
parent | 751a4fc59585b650ddbdcb410a18caedec0cb306 (diff) | |
download | ansible-86cd6f5b0efa98e8d3f5217337eae8b9ce05764a.tar.gz ansible-86cd6f5b0efa98e8d3f5217337eae8b9ce05764a.tar.xz ansible-86cd6f5b0efa98e8d3f5217337eae8b9ce05764a.zip |
add db-qa-01 to postgresql server exceptions in rkhunter config
-rw-r--r-- | roles/rkhunter/templates/rkhunter.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/rkhunter/templates/rkhunter.conf.j2 b/roles/rkhunter/templates/rkhunter.conf.j2 index 4112ba1f5..48ca3822a 100644 --- a/roles/rkhunter/templates/rkhunter.conf.j2 +++ b/roles/rkhunter/templates/rkhunter.conf.j2 @@ -404,7 +404,7 @@ ALLOWDEVFILE=/dev/shm/spice.* {% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] %} ALLOWDEVFILE=/dev/shm/sem.slapd*.stats {% endif %} -{% if inventory_hostname in groups['pgbdr'] or inventory_hostname in groups['pgbdr-stg'] or inventory_hostname == 'ci-cc-rdu01.fedoraproject.org' %} +{% if inventory_hostname in groups['pgbdr'] or inventory_hostname in groups['pgbdr-stg'] or inventory_hostname == 'ci-cc-rdu01.fedoraproject.org' or inventory_hostname == 'db-qa-stg01.qa.fedoraproject.org' %} ALLOWDEVFILE=/dev/shm/PostgreSQL* {% endif %} |