X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f2c5c9e904adce651c4cdb22df13b44b7ac2dc9c..a627b8b2958a004bc980fb0724cf1962e030b3a5:/cookbooks/geoipupdate/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/geoipupdate/attributes/default.rb b/cookbooks/geoipupdate/attributes/default.rb index 315dfe146..90476814c 100644 --- a/cookbooks/geoipupdate/attributes/default.rb +++ b/cookbooks/geoipupdate/attributes/default.rb @@ -1,9 +1,5 @@ default[:geoipupdate][:account] = "149244" default[:geoipupdate][:editions] = %w[GeoLite2-ASN GeoLite2-City GeoLite2-Country] -default[:geoipupdate][:directory] = if node[:lsb][:release].to_f < 22.04 - "/usr/share/GeoIP" - else - "/var/lib/GeoIP" - end +default[:geoipupdate][:directory] = "/usr/share/GeoIP" default[:apt][:sources] |= ["maxmind"]