X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..dc88c4068c574ea04d3085c8d8b0b80660688db7:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 86a22d449..409d100b1 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -21,7 +21,7 @@ node.default[:incron][:planetdump] = { :user => "root", :path => "/store/backup", :events => %w[IN_CREATE IN_MOVED_TO], - :command => "/usr/bin/systemctl start planetdump@$#" + :command => "/bin/systemctl start planetdump@$#" } include_recipe "git" @@ -47,6 +47,7 @@ package %w[ pbzip2 php-cli php-curl + mktorrent ] directory "/opt/planet-dump-ng" do @@ -58,7 +59,7 @@ end git "/opt/planet-dump-ng" do action :sync repository "https://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.1.8" + revision "v1.2.0" depth 1 user "root" group "root"