]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Fix copy and paste error
[chef.git] / cookbooks / tile / recipes / default.rb
index bb79e32bdf1df66cdf91f85452cfe5f5457ce868..824b6cf58f4346d68a50c810da18317f540ce17a 100644 (file)
@@ -194,7 +194,7 @@ node[:tile][:data].each do |name,data|
     action :nothing
     command "find #{directory} -type f -iname '*.shp' -print0 | xargs -0 --no-run-if-empty shapeindex --shape_files"
     user "tile"
-    user "tile"
+    group "tile"
     subscribes :run, resources(:execute => file), :immediately
   end