projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d1e4c
)
Don't keep backups of tile data files
author
Tom Hughes
<tom@compton.nu>
Thu, 29 Aug 2013 16:45:50 +0000
(17:45 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 29 Aug 2013 16:45:50 +0000
(17:45 +0100)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index 6516831e2ca475c6baca05ea3230b94fb091d9a3..bb79e32bdf1df66cdf91f85452cfe5f5457ce868 100644
(file)
--- a/
cookbooks/tile/recipes/default.rb
+++ b/
cookbooks/tile/recipes/default.rb
@@
-210,6
+210,7
@@
node[:tile][:data].each do |name,data|
owner "tile"
group "tile"
mode 0644
+ backup false
notifies :run, resources(:execute => file), :immediately
notifies :restart, resources(:service => "renderd")
end