From 47dfdb7792a51043c40dfdeac2820f04839db2f2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 5 Apr 2017 22:39:39 +0000 Subject: [PATCH] we are not using these acls anymore --- roles/varnish/templates/kojipkgs.vcl.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/varnish/templates/kojipkgs.vcl.j2 b/roles/varnish/templates/kojipkgs.vcl.j2 index f75ffb310d..60534e49a8 100644 --- a/roles/varnish/templates/kojipkgs.vcl.j2 +++ b/roles/varnish/templates/kojipkgs.vcl.j2 @@ -16,15 +16,6 @@ acl repoallowed { "10.5.126.226"/32; } -acl pdc { - "10.5.126.134"/32; -} - -acl proxies { - "10.5.126.51"/32; - "10.5.126.52"/32; -} - acl purge { "127.0.0.1"/32; }