X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/979e98164cc9a6d7216197f01febc918c9a152b9..0d4fb990b2e7c12719d199695e0dea0fdff75ac1:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 63092565a..6575e4eb4 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -20,7 +20,7 @@ node.default[:incron][:planetdump] = { :user => "www-data", :path => "/store/backup", - :events => [ "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.0.0" + revision "v1.1.2" user "root" group "root" end