From bc3a69a36aa6609766283da3ed07b7986d8ab249 Mon Sep 17 00:00:00 2001
From: Andreas Lindemark <andreas.lindemark@liu.se>
Date: Fri, 7 Mar 2025 13:26:04 +0100
Subject: [PATCH] Removed some uninstall configurations, since I made a
 specific script to uninstall Zabbix agents.

---
 Windows/Chocolatey/config.template.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Windows/Chocolatey/config.template.json b/Windows/Chocolatey/config.template.json
index a0df14d..f6610e9 100644
--- a/Windows/Chocolatey/config.template.json
+++ b/Windows/Chocolatey/config.template.json
@@ -18,8 +18,6 @@
    ],
    "InstallPowerShell7": true,
    "InstallNano": true,
-   "UninstallZabbixAgent": true,
-   "UninstallZabbixAgent2": false,
    "InstallZabbixAgent": false,
    "InstallZabbixAgent2": true,
    "ZabbixSettings": {
-- 
GitLab