Also allow postgres shm file on ci-cc-rdu01.

This commit is contained in:
Kevin Fenzi 2017-05-19 22:12:49 +00:00
parent f4544647cf
commit c3324c8883

View file

@ -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'] %}
{% if inventory_hostname in groups['pgbdr'] or inventory_hostname in groups['pgbdr-stg'] or inventory_hostname == 'ci-cc-rdu01.fedoraproject.org' %}
ALLOWDEVFILE=/dev/shm/PostgreSQL*
{% endif %}