]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Bump planet-dump-ng to latest version.
[chef.git] / cookbooks / planet / recipes / dump.rb
index 63092565adc49fa3c2ed68645f24e403ad64f796..5346795f97c37488daf87781806c555f8334ad6f 100644 (file)
@@ -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.1"
   user "root"
   group "root"
 end