Skip to content

Commit 16ce332

Browse files
authored
alter maxmind
1 parent 01f2fc5 commit 16ce332

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/akvorado/manifests/init.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,21 +201,21 @@
201201
}
202202
file { '/usr/share/GeoIP/asn.mmdb':
203203
ensure => present,
204-
source => 'puppet:///data/asn.mmdb',
204+
source => 'puppet:///data/GeoLite2-ASN.mmdb',
205205
mode => '0644',
206206
owner => 'root',
207207
group => 'root',
208208
}
209209
file { '/usr/share/GeoIP/country.mmdb':
210210
ensure => present,
211-
source => 'puppet:///data/country.mmdb',
211+
source => 'puppet:///data/GeoLite2-Country.mmdb',
212212
mode => '0644',
213213
owner => 'root',
214214
group => 'root',
215215
}
216216
file { '/usr/share/GeoIP/city.mmdb':
217217
ensure => present,
218-
source => 'puppet:///data/city.mmdb',
218+
source => 'puppet:///data/GeoLite2-City.mmdb',
219219
mode => '0644',
220220
owner => 'root',
221221
group => 'root',

0 commit comments

Comments
 (0)