From 6699d4ed8e4332ddcdc6551001413ed887a47507 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 6 Apr 2018 05:34:04 +0000 Subject: [PATCH] fix space --- 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 4f823fbf1e..8667ddc561 100644 --- a/roles/rkhunter/templates/rkhunter.conf.j2 +++ b/roles/rkhunter/templates/rkhunter.conf.j2 @@ -643,7 +643,7 @@ SCRIPTWHITELIST=/usr/bin/groups SCRIPTWHITELIST=/usr/bin/GET SCRIPTWHITELIST=/sbin/ifup SCRIPTWHITELIST=/sbin/ifdown -{% if inventory_hostname in groups['dbservers'] or inventory_hostname.startswith(('pagure', 'retrace', 'anitya', 'upstream')) %} +{% if inventory_hostname in groups['dbservers'] or inventory_hostname.startswith(('pagure','retrace','anitya','upstream')) %} # Set this size very large on postgres running servers. IPC_SEG_SIZE=100000000000 {% endif %}