X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/13d1e4cec43f3af07ac845c241a5e1782f4e6d74..64fa4422a41b8e8095656c3776ed1368094cb54a:/cookbooks/tile/recipes/default.rb 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