]> git.openstreetmap.org Git - chef.git/commitdiff
Fix copy and paste error
authorTom Hughes <tom@compton.nu>
Thu, 29 Aug 2013 16:46:12 +0000 (17:46 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 29 Aug 2013 16:46:12 +0000 (17:46 +0100)
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"
     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
 
     subscribes :run, resources(:execute => file), :immediately
   end