From 64fa4422a41b8e8095656c3776ed1368094cb54a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 29 Aug 2013 17:45:50 +0100 Subject: [PATCH] Don't keep backups of tile data files --- cookbooks/tile/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 6516831e2..bb79e32bd 100644 --- 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 -- 2.43.2