From 4e59394183e15a7aa2921c60fce5312f346ca853 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 2 Dec 2018 20:38:10 +0000 Subject: [PATCH] more machines have .java now --- roles/rkhunter/templates/rkhunter.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rkhunter/templates/rkhunter.conf.j2 b/roles/rkhunter/templates/rkhunter.conf.j2 index baa57f24ee..33d8a6cace 100644 --- a/roles/rkhunter/templates/rkhunter.conf.j2 +++ b/roles/rkhunter/templates/rkhunter.conf.j2 @@ -311,7 +311,7 @@ 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'] %} +{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] or ansible_hostname.startswith('certgetter') or ansible_hostname.startswith('osbs') %} ALLOWHIDDENDIR=/etc/.java {% endif %}