]> git.openstreetmap.org Git - chef.git/blob - cookbooks/geoipupdate/templates/default/GeoIP.conf.erb
nominatim: install secondary importance file
[chef.git] / cookbooks / geoipupdate / templates / default / GeoIP.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 AccountID <%= node[:geoipupdate][:account] %>
4 LicenseKey <%= @license_keys[node[:geoipupdate][:account]] %>
5 EditionIDs <%= Array(node[:geoipupdate][:editions]).join(" ") %>
6 DatabaseDirectory <%= node[:geoipupdate][:directory] %>