]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: Fix logrotate erb typo
authorGrant Slater <git@firefishy.com>
Sun, 17 Nov 2019 16:13:06 +0000 (16:13 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 17 Nov 2019 16:13:06 +0000 (16:13 +0000)
cookbooks/tilecache/templates/default/logrotate.squid.erb

index d5db76b2fafa45b87822419432514e1ad93b8b92..697f0c5c6057a3040a62fda7dce23fff24e24926 100644 (file)
@@ -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