Skip to content

Commit

Permalink
configure not removing geoip. Geoip won't be in the list because is n…
Browse files Browse the repository at this point in the history
…o longer a service
  • Loading branch information
ljblancoredborder committed Jun 6, 2024
1 parent 45f31ff commit 65696ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
end

geoip_config "Configure GeoIP" do
action (manager_services["geoip"] ? :add : :remove)
action :add
end

snmp_config "Configure snmp" do
Expand Down

0 comments on commit 65696ef

Please sign in to comment.