From: Tom Hughes Date: Sun, 25 Aug 2024 10:49:01 +0000 (+0100) Subject: Replace openstreetmap-cgimap-bin with openstreetmap-cgimap X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3308749a82da1eaeea282a5b51e68fcf824c3655 Replace openstreetmap-cgimap-bin with openstreetmap-cgimap --- 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