From 37499759d0ee621a19d0c4910a75496689315cce Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Feb 2015 01:29:56 +0000 Subject: [PATCH] Actually use the right path here. --- 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 ead823afb6..068194e55f 100644 --- a/roles/rkhunter/templates/rkhunter.conf.j2 +++ b/roles/rkhunter/templates/rkhunter.conf.j2 @@ -323,7 +323,7 @@ ALLOWHIDDENFILE=/dev/.udev/queue.bin ALLOWHIDDENFILE=/dev/.udev/uevent_seqnum {% if ansible_distribution == 'Fedora' and ansible_distribution_major_version > 20 %} # Fedora 21 and higher systems has a /dev/.updated file -ALLOWHIDDENFILE=/dev/.updated +ALLOWHIDDENFILE=/etc/.updated {% endif %} #