X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d1c87f545d0be04110c9993ea828bbd53e2914cb..b8a8aabcb8c98a61b0c712268eb0fc1ef1d56af7:/cookbooks/geoipupdate/templates/default/GeoIP.conf.erb diff --git a/cookbooks/geoipupdate/templates/default/GeoIP.conf.erb b/cookbooks/geoipupdate/templates/default/GeoIP.conf.erb new file mode 100644 index 000000000..9caa330ad --- /dev/null +++ b/cookbooks/geoipupdate/templates/default/GeoIP.conf.erb @@ -0,0 +1,5 @@ +# DO NOT EDIT - This file is being maintained by Chef + +AccountID <%= node[:geoipupdate][:account] %> +LicenseKey <%= @license_keys[node[:geoipupdate][:account]] %> +EditionIDs <%= Array(node[:geoipupdate][:editions]).join(" ") %>