]> git.openstreetmap.org Git - chef.git/commitdiff
Reword replication script comment
authorPaul Norman <penorman@mac.com>
Thu, 28 Jan 2016 22:53:32 +0000 (14:53 -0800)
committerPaul Norman <penorman@mac.com>
Thu, 28 Jan 2016 22:53:32 +0000 (14:53 -0800)
cookbooks/tile/templates/default/replicate.erb

index 24e41819846c13fccdb89bce29739e45164cf8a1..37925c52fd90dceaf81db005c09c3a6c10e80763 100644 (file)
@@ -2,9 +2,10 @@
 
 # DO NOT EDIT - This file is being maintained by Chef
 
 
 # DO NOT EDIT - This file is being maintained by Chef
 
-# Initialize timestamp with day of latest planet dump
-# Setting to midnight ensures we get conistent data after first run
-# osmosis --read-replication-interval-init
+# Before running updates, the replication needs to be set up with the timestamp
+# set to the day of the latest planet dump. Setting to midnight ensures we get
+# conistent data after first run. osmosis --read-replication-interval-init is
+# used to initially create the state file
 
 # Define exit handler
 function onexit {
 
 # Define exit handler
 function onexit {