From: Tom Hughes Date: Thu, 24 Jun 2021 07:14:02 +0000 (+0100) Subject: Don't upgrade cgimap automatically X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ecb227fc4b162156f470205d88413cea40efd8e6 Don't upgrade cgimap automatically --- diff --git a/cookbooks/web/recipes/cgimap.rb b/cookbooks/web/recipes/cgimap.rb index 3936c8500..4422b7cd1 100644 --- a/cookbooks/web/recipes/cgimap.rb +++ b/cookbooks/web/recipes/cgimap.rb @@ -24,7 +24,7 @@ include_recipe "web::base" db_passwords = data_bag_item("db", "passwords") package "openstreetmap-cgimap-bin" do - action :upgrade + action :install end database_host = node[:web][:readonly_database_host] || node[:web][:database_host]