From 209b1e2dba8cce7bde8bd61d8e3fc0f2fe921989 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Sep 2024 02:27:19 +0000 Subject: [PATCH] squid cache at localscratch root --- site/profile/manifests/squid.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/profile/manifests/squid.pp b/site/profile/manifests/squid.pp index 780f0b4f4..8311681b0 100644 --- a/site/profile/manifests/squid.pp +++ b/site/profile/manifests/squid.pp @@ -52,7 +52,7 @@ squid::http_access { 'CLUSTER_NETWORK CVMFS': action => 'allow', } - squid::cache_dir { '/localscratch/var/spool/squid': + squid::cache_dir { '/localscratch/squid': type => 'ufs', options => "${cache_size} 16 256", }