From: Tom Hughes Date: Thu, 29 Aug 2013 16:46:12 +0000 (+0100) Subject: Fix copy and paste error X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ee7f44802058c129e156835b9bc2934dbbcf2183?hp=64fa4422a41b8e8095656c3776ed1368094cb54a Fix copy and paste error --- 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