From 65696efd626f44f38911f9a52de592f8c69ec7d9 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Thu, 6 Jun 2024 09:32:37 +0100 Subject: [PATCH] configure not removing geoip. Geoip won't be in the list because is no longer a service --- resources/recipes/configure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/recipes/configure.rb b/resources/recipes/configure.rb index 8de0dc24..579301ee 100644 --- a/resources/recipes/configure.rb +++ b/resources/recipes/configure.rb @@ -189,7 +189,7 @@ end geoip_config "Configure GeoIP" do - action (manager_services["geoip"] ? :add : :remove) + action :add end snmp_config "Configure snmp" do