X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d1c87f545d0be04110c9993ea828bbd53e2914cb..b8a8aabcb8c98a61b0c712268eb0fc1ef1d56af7:/cookbooks/geoipupdate/attributes/default.rb diff --git a/cookbooks/geoipupdate/attributes/default.rb b/cookbooks/geoipupdate/attributes/default.rb new file mode 100644 index 000000000..3165aa115 --- /dev/null +++ b/cookbooks/geoipupdate/attributes/default.rb @@ -0,0 +1,4 @@ +default[:geoipupdate][:account] = "149244" +default[:geoipupdate][:editions] = %w[GeoLite2-ASN GeoLite2-City GeoLite2-Country] + +default[:apt][:sources] |= ["maxmind"]