You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2016/05/27 13:09:01 UTC

incubator-metron git commit: METRON-184 GeoIP Data is Downloaded When Already Exists (nickwallen) closes apache/incubator-metron#132

Repository: incubator-metron
Updated Branches:
  refs/heads/master 681b61a2b -> bf5726e89


METRON-184 GeoIP Data is Downloaded When Already Exists (nickwallen) closes apache/incubator-metron#132


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/bf5726e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/bf5726e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/bf5726e8

Branch: refs/heads/master
Commit: bf5726e89df881761db1fdaa182f3d0151d042cb
Parents: 681b61a
Author: nickwallen <ni...@nickallen.org>
Authored: Fri May 27 09:08:24 2016 -0400
Committer: Nick Allen <ni...@nickallen.org>
Committed: Fri May 27 09:08:24 2016 -0400

----------------------------------------------------------------------
 metron-deployment/roles/mysql_server/tasks/geoip.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/bf5726e8/metron-deployment/roles/mysql_server/tasks/geoip.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/mysql_server/tasks/geoip.yml b/metron-deployment/roles/mysql_server/tasks/geoip.yml
index 87b5721..624b003 100644
--- a/metron-deployment/roles/mysql_server/tasks/geoip.yml
+++ b/metron-deployment/roles/mysql_server/tasks/geoip.yml
@@ -20,7 +20,7 @@
     src:  http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.tar.xz
     dest: /tmp/geoip
     copy: no
-    creates: /tmp/geopip/*/GeoLiteCity-Blocks.csv
+    creates: /tmp/geoip/*/GeoLiteCity-Blocks.csv
 
 - name: Copy to MySQL import directory
   shell: "cp /tmp/geoip/*/*.csv /var/lib/mysql-files/"