From 81d8eb8d36b74b4d979784f9a984e69ee5e7495c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 5 Sep 2018 08:58:17 +0100 Subject: [PATCH] Install rsync on tile caches for log collection --- cookbooks/tilecache/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 3417708f3..5c4907b69 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -77,6 +77,8 @@ squid_fragment "tilecache" do variables :caches => tilecaches, :renders => tilerenders end +package "rsync" + template "/etc/logrotate.d/squid" do source "logrotate.squid.erb" owner "root" -- 2.43.2