From ee7f44802058c129e156835b9bc2934dbbcf2183 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 29 Aug 2013 17:46:12 +0100 Subject: [PATCH] Fix copy and paste error --- cookbooks/tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index bb79e32bd..824b6cf58 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -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 -- 2.43.2