also allow /etc/.java for freeipa
This commit is contained in:
parent
a5ff0df4ff
commit
b7b8d26004
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue