turns out we need both of these

This commit is contained in:
Kevin Fenzi 2016-10-18 16:20:14 +00:00
parent 0982a1a72b
commit f532d96366

View file

@ -608,6 +608,7 @@ OS_VERSION_FILE=/etc/{{ ansible_distribution|lower }}-release
#RTKT_DIR_WHITELIST=""
#RTKT_FILE_WHITELIST=""
{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] %}
RTKT_FILE_WHITELIST="/var/log/pki/pki-tomcat/ca/system"
RTKT_FILE_WHITELIST="/var/log/pki/pki-tomcat/kra/system"
{% endif %}