aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/templates/geoip.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-14 22:24:36 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-14 22:24:36 +0200
commit661e478ba3956ff38f86e6a5492939eadc75432d (patch)
treef9943a14b4f6b59d42accf1e4a2909f85438e9a0 /modules/mirrorbrain/templates/geoip.conf
parent2362f0803cbe7514214b5abc1b96c971e349c302 (diff)
downloadpuppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.gz
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.bz2
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.xz
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.zip
add mirrorbrain module
Diffstat (limited to 'modules/mirrorbrain/templates/geoip.conf')
-rw-r--r--modules/mirrorbrain/templates/geoip.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mirrorbrain/templates/geoip.conf b/modules/mirrorbrain/templates/geoip.conf
new file mode 100644
index 00000000..1f71a67d
--- /dev/null
+++ b/modules/mirrorbrain/templates/geoip.conf
@@ -0,0 +1,5 @@
+<IfModule mod_geoip.c>
+ GeoIPEnable On
+ GeoIPDBFile /var/lib/GeoIP/GeoLiteCity.dat.updated
+ GeoIPOutput Env
+</IfModule>