]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Update links on dev server homepage
[chef.git] / cookbooks / planet / recipes / dump.rb
index 86a22d4491b921af7ba89cc73d832d8ccdf71ff8..409d100b1eb8189a1f96fcf9632e08be91f30bfe 100644 (file)
@@ -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"