From: Tom Hughes Date: Sun, 19 Jul 2020 18:24:25 +0000 (+0100) Subject: Remove duplicate resource X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/69576ff2b0e2684640d2985e59dc2d21e91facfd Remove duplicate resource --- diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 22272b3aa..2358394e1 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -172,13 +172,6 @@ tilerenders.each do |render| end end -template "/etc/cron.d/tilecache" do - source "cron.erb" - owner "root" - group "root" - mode 0o644 -end - directory "/srv/tilecache" do owner "root" group "root"