X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..9de17ece169e2c0f91c5545b328fc0cc2fc6a0f4:/cookbooks/planet/recipes/dump.rb?ds=inline diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 85ce1f2a6..0b46a2c7b 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: planet +# Cookbook:: planet # Recipe:: dump # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ end git "/opt/planet-dump-ng" do action :sync repository "git://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.1.4" + revision "v1.1.6" user "root" group "root" end @@ -93,7 +93,7 @@ directory "/store/planetdump" do mode 0o755 end -["planetdump", "planet-mirror-redirect-update"].each do |program| +%w[planetdump planet-mirror-redirect-update].each do |program| template "/usr/local/bin/#{program}" do source "#{program}.erb" owner "root"