From 12e8a108b06ebba7b1d6a217b9837ac3e9b20e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=B2=9A=E9=A3=8E?= Date: Mon, 8 Apr 2024 06:06:36 +0000 Subject: [PATCH] TSG-20426:Delete duplicate stat_policy_enforcer configuration in spec.toml --- ansible/roles/traffic-engine/files/helm/conf/spec.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/roles/traffic-engine/files/helm/conf/spec.toml b/ansible/roles/traffic-engine/files/helm/conf/spec.toml index 9059ce8d..56405107 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/spec.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/spec.toml @@ -15,11 +15,6 @@ path = "./plug/business/firewall/firewall.so" init = "firewall_stellar_runtime_init" exit = "firewall_stellar_runtime_exit" -[[plugin]] -path = "./stellar_plugin/stat_policy_enforcer.so" -init = "STATISTICS_INIT" -exit = "STATISTICS_EXIT" - [[plugin]] path = "./stellar_plugin/sf_classifier.so" init = "sf_classifier_init"