summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index a247a45..324544c 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -2,12 +2,4 @@ class squid_deb_proxy::client {
package { 'squid-deb-proxy-client':
ensure => installed,
}
-
- file {'/etc/squid-deb-proxy/mirror-dstdomain.acl.d/20-custom':
- source => [ 'puppet:///modules/site_squid_deb_proxy/mirror-dstdomain.acl.d/20-custom',
- 'puppet:///modules/squid_deb_proxy/mirror-dstdomain.acl.d/20-custom' ],
- notify => Service[ 'squid-deb-proxy' ],
- require => Package[ 'squid-deb-proxy' ],
- }
-
}