From 3308749a82da1eaeea282a5b51e68fcf824c3655 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 25 Aug 2024 11:49:01 +0100 Subject: [PATCH] Replace openstreetmap-cgimap-bin with openstreetmap-cgimap --- cookbooks/web/recipes/cgimap.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/web/recipes/cgimap.rb b/cookbooks/web/recipes/cgimap.rb index 380f2a8eb..f9f2c66b4 100644 --- a/cookbooks/web/recipes/cgimap.rb +++ b/cookbooks/web/recipes/cgimap.rb @@ -24,6 +24,10 @@ include_recipe "web::base" db_passwords = data_bag_item("db", "passwords") package "openstreetmap-cgimap-bin" do + action :purge +end + +package "openstreetmap-cgimap" do action :install end -- 2.39.5