]> git.openstreetmap.org Git - chef.git/blob - cookbooks/geoipupdate/attributes/default.rb
Merge remote-tracking branch 'tigerfell/pr257'
[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] = "/usr/share/GeoIP"
4
5 default[:apt][:sources] |= ["maxmind"]