]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Update planetdump-ng to 1.2.2
[chef.git] / cookbooks / planet / recipes / dump.rb
index 409d100b1eb8189a1f96fcf9632e08be91f30bfe..85243f335dd8b27a3d865c05c1cd77b40f1c6d15 100644 (file)
@@ -48,6 +48,8 @@ package %w[
   php-cli
   php-curl
   mktorrent
+  xmlstarlet
+  libxml2-utils
 ]
 
 directory "/opt/planet-dump-ng" do
@@ -59,7 +61,7 @@ end
 git "/opt/planet-dump-ng" do
   action :sync
   repository "https://github.com/zerebubuth/planet-dump-ng.git"
-  revision "v1.2.0"
+  revision "v1.2.2"
   depth 1
   user "root"
   group "root"