Faidon Liambotis has uploaded a new change for review. https://gerrit.wikimedia.org/r/169320
Change subject: geoip: fetch all MaxMind products that we pay for ...................................................................... geoip: fetch all MaxMind products that we pay for The authoritative list is given by accessing the URL: https://www.maxmind.com/en/geoipupdate_conf Change-Id: I45c87927a8bc220237b6a9e4c3fc43e98aaad5b2 --- M modules/puppetmaster/manifests/geoip.pp 1 file changed, 12 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/20/169320/1 diff --git a/modules/puppetmaster/manifests/geoip.pp b/modules/puppetmaster/manifests/geoip.pp index 2fdd5a8..292e9e3 100644 --- a/modules/puppetmaster/manifests/geoip.pp +++ b/modules/puppetmaster/manifests/geoip.pp @@ -37,7 +37,18 @@ environment => $environment, license_key => $passwords::geoip::license_key, user_id => $passwords::geoip::user_id, - product_ids => [106, 133, 115, 171, 177], + product_ids => [ + '106', # GeoIP.dat + '115', # GeoIPRegion.dat + '121', # GeoIPISP.dat + '132', # GeoIPCity.dat + '133', # GeoIPCity.dat + '171', # GeoIPNetSpeed.dat + '177', # GeoIPNetSpeedCell.dat + 'GeoIP2-City', + 'GeoIP2-Connection-Type', + 'GeoIP2-Country', + ], } } } -- To view, visit https://gerrit.wikimedia.org/r/169320 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I45c87927a8bc220237b6a9e4c3fc43e98aaad5b2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon Liambotis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
