From: Grant Slater Date: Sun, 17 Nov 2019 16:13:06 +0000 (+0000) Subject: tilecache: Fix logrotate erb typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5386ec8ef8e99a1ad11f9dca45f8df25381d7a18 tilecache: Fix logrotate erb typo --- diff --git a/cookbooks/tilecache/templates/default/logrotate.squid.erb b/cookbooks/tilecache/templates/default/logrotate.squid.erb index d5db76b2f..697f0c5c6 100644 --- a/cookbooks/tilecache/templates/default/logrotate.squid.erb +++ b/cookbooks/tilecache/templates/default/logrotate.squid.erb @@ -4,7 +4,7 @@ daily compress compresscmd /usr/bin/xz - compressoptions --threads=<% [ node[:cpu][:total] / 2, 1 ].max.ceil %> + compressoptions --threads=<%= [ node[:cpu][:total] / 2, 1 ].max.ceil %> uncompresscmd /usr/bin/unxz compressext .xz rotate 2