X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fc3a64ac905c9366e91bb0f62a3b6cea7928adb2..ecb227fc4b162156f470205d88413cea40efd8e6:/cookbooks/web/recipes/cgimap.rb 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]