X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bb4ae7ccbf8069443f3ef88156e4c3a2b0c648c2..f2c65737901325f23db479f250b502c3525172f3:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 44f1d6e59..e719e894a 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -20,7 +20,7 @@ node.default[:incron][:planetdump] = { :user => "www-data", :path => "/store/backup", - :events => %w(IN_CREATE IN_MOVED_TO), + :events => %w[IN_CREATE IN_MOVED_TO], :command => "/usr/local/bin/planetdump $#" } @@ -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