projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fa442
)
Fix copy and paste error
author
Tom Hughes
<tom@compton.nu>
Thu, 29 Aug 2013 16:46:12 +0000
(17:46 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 29 Aug 2013 16:46:12 +0000
(17:46 +0100)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index bb79e32bdf1df66cdf91f85452cfe5f5457ce868..824b6cf58f4346d68a50c810da18317f540ce17a 100644
(file)
--- 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