From c90a18bc25c38420454c2f36fe4c96744d90dfae Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sun, 26 Jul 2015 19:28:03 +0000 Subject: [PATCH] Install python-GeoIP for the new crawler. The latest crawler needs python-GeoIP for continent specific crawls. This should be a dependency of the mirrormanager2-crawler package but as it is not python-GeoIP has to be installed manually. For some reason the package was installed on mm-crawler02 but not on mm-crawler01. All mirrors that should have been crawled from mm-crawler01 have not been crawled for the last few days. --- roles/mirrormanager/crawler/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mirrormanager/crawler/tasks/main.yml b/roles/mirrormanager/crawler/tasks/main.yml index f3ac6922ff..c25f41ed0b 100644 --- a/roles/mirrormanager/crawler/tasks/main.yml +++ b/roles/mirrormanager/crawler/tasks/main.yml @@ -12,6 +12,7 @@ - mirrormanager2-crawler - python-psycopg2 - fedmsg + - python-GeoIP tags: - packages