]> git.openstreetmap.org Git - chef.git/commitdiff
Replace openstreetmap-cgimap-bin with openstreetmap-cgimap
authorTom Hughes <tom@compton.nu>
Sun, 25 Aug 2024 10:49:01 +0000 (11:49 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 25 Aug 2024 10:49:01 +0000 (11:49 +0100)
cookbooks/web/recipes/cgimap.rb

index 380f2a8eb734f9f9a211e8042705029e5458714c..f9f2c66b49450f6123521e831912f3cfbe4321ce 100644 (file)
@@ -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