| Class | geoip::conf |
| In: |
/modules/geoip/manifests/conf.pp
|
| Parent: |
This class configures GeoIP.conf with your credentials provided by MaxMind, in order to have the `geoipupdate` program automatically download and install the latest GeoIP databases.
class { 'geoip::conf':
userid => '12345',
licensekey => 'abcdefghijklmnop',
productids => '106 133',
}
Matthias Saou <matthias@saou.eu>