also allow /etc/.java for freeipa

This commit is contained in:
Kevin Fenzi 2016-09-07 15:44:50 +00:00
parent a5ff0df4ff
commit b7b8d26004

View file

@ -311,6 +311,9 @@ ALLOWHIDDENDIR=/dev/.udev/rules.d
{% if ansible_hostname.startswith('fed-cloud') %}
ALLOWHIDDENDIR=/etc/.git
{% endif %}
{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] %}
ALLOWHIDDENDIR=/etc/.java
{% endif %}
#
# Allow the specified hidden files.