Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Ensure osm_sync present
......................................................................


Ensure osm_sync present

DB has been reimported, enabling sync

Change-Id: Idfd6d79433b60b4c326867dec05d5470b37e03fd
---
M manifests/role/maps.pp
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/maps.pp b/manifests/role/maps.pp
index c3b718d..0e5088c 100644
--- a/manifests/role/maps.pp
+++ b/manifests/role/maps.pp
@@ -73,11 +73,14 @@
     }
 
     osm::planet_sync { 'gis':
-        ensure        => absent, # remove this line after reimporting the DB
+        ensure        => present,
         flat_nodes    => true,
         expire_levels => '16',
         num_threads   => 4,
         pg_password   => $osmupdater_pass,
+        period        => 'day', # Remove thse as soon as we get down to minute
+        hour          => '1',
+        minute        => '27',
     }
 
     # Grants

-- 
To view, visit https://gerrit.wikimedia.org/r/260599
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idfd6d79433b60b4c326867dec05d5470b37e03fd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to