Well, that didn't work, lets try this

This commit is contained in:
Kevin Fenzi 2015-12-23 17:28:26 +00:00
parent 10552179ff
commit e3bfa45201

View file

@ -386,7 +386,7 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
{% endif %} {% endif %}
{% if ansible_fqdn in groups['virtservers','openqa-workers','openqa-stg-workers'] %} {% if ansible_fqdn in groups['virtservers'] or ansible_fqdn in groups['openqa-workers'] or ansible_fqdn in groups['openqa-stg-workers'] %}
# libvirt spice device makes a /dev/shm/spice file # libvirt spice device makes a /dev/shm/spice file
ALLOWDEVFILE=/dev/shm/spice.* ALLOWDEVFILE=/dev/shm/spice.*
{% endif %} {% endif %}