projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use MaxMind PPA for geoipupdate and configure account credentials
[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(" ") %>