add db-qa-01 to postgresql server exceptions in rkhunter config
This commit is contained in:
parent
751a4fc595
commit
86cd6f5b0e
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue