X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b343fce7103770372c182bbddd4c57d68c73a85e..6cce603b75b8ea9dc9a234f49427583abc9c0a1a:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 9ec7b2aeb..adc222685 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -123,7 +123,7 @@ template "/usr/local/bin/nginx_generate_tilecache_qos_map" do variables :totp_key => web_passwords["totp_key"] end -file "/etc/cron.d/tilecache" do +cron_d "tilecache" do action :delete end