From c2eaa5503fb6f5df753913b87e0b78e5beaa47d1 Mon Sep 17 00:00:00 2001 From: Carsten Rosenberg Date: Mon, 14 Jan 2019 15:06:35 +0100 Subject: [PATCH] [Fix] groups.conf - filename typo --- conf/groups.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/groups.conf b/conf/groups.conf index 3e06b5d07..51e2a6522 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -113,8 +113,8 @@ group "antivirus" { } group "external_services" { - .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/external_services.conf" - .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/external_services.conf" + .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/external_services_group.conf" + .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/external_services_group.conf" } .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/groups.conf" -- 2.39.5