X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/df64329b76f7afa6f695ecdc1a30d86bc9fa4182..64d9f0a80c133eb486067b019f82499060a4767c:/cookbooks/planet/templates/default/planet-update-file.erb diff --git a/cookbooks/planet/templates/default/planet-update-file.erb b/cookbooks/planet/templates/default/planet-update-file.erb index 36786e232..4b067e640 100644 --- a/cookbooks/planet/templates/default/planet-update-file.erb +++ b/cookbooks/planet/templates/default/planet-update-file.erb @@ -4,11 +4,13 @@ # setup +SUFFIX="osh.pbf" + PLANETDIR="/var/lib/planet" -PLANETPREV="${PLANETDIR}/planet-previous.pbf" -PLANETCURR="${PLANETDIR}/planet.pbf" -PLANETNEW="${PLANETDIR}/planet-new.pbf" -PLANETTMP="${PLANETDIR}/planet-tmp.pbf" +PLANETPREV="${PLANETDIR}/planet-previous.${SUFFIX}" +PLANETCURR="${PLANETDIR}/planet.${SUFFIX}" +PLANETNEW="${PLANETDIR}/planet-new.${SUFFIX}" +PLANETTMP="${PLANETDIR}/planet-tmp.${SUFFIX}" pyosmium-up-to-date -v -o "$PLANETNEW" "$PLANETCURR" retval=$?