From eafe13ace604a3381a41d07c1d49c495680bf3d7 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 May 2022 19:13:45 +0200 Subject: webproxy: T4353: fix Jinja2 linting errors --- data/templates/squid/sg_acl.conf.tmpl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 data/templates/squid/sg_acl.conf.tmpl (limited to 'data/templates/squid/sg_acl.conf.tmpl') diff --git a/data/templates/squid/sg_acl.conf.tmpl b/data/templates/squid/sg_acl.conf.tmpl deleted file mode 100644 index ce72b173a..000000000 --- a/data/templates/squid/sg_acl.conf.tmpl +++ /dev/null @@ -1,18 +0,0 @@ -### generated by service_webproxy.py ### -dbhome {{ squidguard_db_dir }} - -dest {{ category }}-{{ rule }} { -{% if list_type == 'domains' %} - domainlist {{ category }}/domains -{% elif list_type == 'urls' %} - urllist {{ category }}/urls -{% elif list_type == 'expressions' %} - expressionlist {{ category }}/expressions -{% endif %} -} - -acl { - default { - pass all - } -} -- cgit v1.2.3