]> git.openstreetmap.org Git - chef.git/commitdiff
Don't upgrade cgimap automatically
authorTom Hughes <tom@compton.nu>
Thu, 24 Jun 2021 07:14:02 +0000 (08:14 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 24 Jun 2021 07:14:02 +0000 (08:14 +0100)
cookbooks/web/recipes/cgimap.rb

index 3936c8500f169e6874b582e2f8193378047c6357..4422b7cd1cc2896d0ed35bb7318540107b423410 100644 (file)
@@ -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]