]> git.openstreetmap.org Git - chef.git/commitdiff
Drop forced upgrade of geoipupdate
authorTom Hughes <tom@compton.nu>
Wed, 1 Jan 2020 16:47:53 +0000 (16:47 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 1 Jan 2020 16:47:53 +0000 (16:47 +0000)
cookbooks/geoipupdate/recipes/default.rb

index 0c4a84c9cc1eb11297b12ba8668ffda10a1d9884..77c62e5ad93b5150be8b6dac3630360d7b0b7eb5 100644 (file)
@@ -21,9 +21,7 @@ include_recipe "apt"
 
 license_keys = data_bag_item("geoipupdate", "license-keys")
 
-package "geoipupdate" do
-  action [:install, :upgrade]
-end
+package "geoipupdate"
 
 template "/etc/GeoIP.conf" do
   source "GeoIP.conf.erb"