+ execute "#{file}_shapeindex" do
+ action :nothing
+ command "find #{directory} -type f -iname '*.shp' -print0 | xargs -0 --no-run-if-empty shapeindex --shape_files"
+ user "tile"
+ user "tile"
+ subscribes :run, resources(:execute => file), :immediately
+ end
+