]> git.openstreetmap.org Git - chef.git/blob - cookbooks/geoipupdate/attributes/default.rb
Get geoipdate working on debian
[chef.git] / cookbooks / geoipupdate / attributes / default.rb
1 default[:geoipupdate][:account] = "149244"
2 default[:geoipupdate][:editions] = %w[GeoLite2-ASN GeoLite2-City GeoLite2-Country]
3 default[:geoipupdate][:directory] = if platform?("debian")
4                                       "/var/lib/GeoIP"
5                                     else
6                                       "/usr/share/GeoIP"
7                                     end