From cc78942c8a4c1f20bd41bc30dcddc468de2edf28 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 3 Jun 2013 15:04:44 +0000 Subject: [PATCH] make the check boolean specific --- files/rkhunter/rkhunter.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rkhunter/rkhunter.conf.j2 b/files/rkhunter/rkhunter.conf.j2 index 627f85863e..e248364626 100644 --- a/files/rkhunter/rkhunter.conf.j2 +++ b/files/rkhunter/rkhunter.conf.j2 @@ -558,7 +558,7 @@ SUSPSCAN_THRESH=200 # specified, then RKH will assume the O/S release information is on the # first non-blank line of the file. # -{% if is_fedora %} +{% if is_fedora == true %} OS_VERSION_FILE=/etc/fedora-release {% else %} OS_VERSION_FILE=/etc/redhat-release