From: Alan T. DeKok Date: Wed, 3 Nov 2021 16:35:33 +0000 (-0400) Subject: move virtual module to "modules" section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbd5928839acb1325b2e431f3b9cbc0f9b7023f0;p=thirdparty%2Ffreeradius-server.git move virtual module to "modules" section --- diff --git a/src/tests/keywords/radius.conf b/src/tests/keywords/radius.conf index bedb48128f6..65dffb3911b 100644 --- a/src/tests/keywords/radius.conf +++ b/src/tests/keywords/radius.conf @@ -68,6 +68,14 @@ modules { always template_test { $TEMPLATE template_test } + + # + # Just check that this can be referred to as "virtual_instantiate.post-auth" + # + load-balance virtual_instantiate { + ok + ok + } } policy { @@ -92,16 +100,6 @@ $INCLUDE policy.conf } -instantiate { - # - # Just check that this can be referred to as "virtual_instantiate.post-auth" - # - load-balance virtual_instantiate { - ok - ok - } -} - # # Virtual server for the RADIUS protocol. #