From 84cf4bab85b089b179ed84ca9ff1da83903f9303 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:00:32 -0200 Subject: May disable apt::proxy_client --- manifests/subsystem/apt.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/subsystem/apt.pp') diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 3bb60a4..d9c40fc 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -40,6 +40,10 @@ class nodo::subsystem::apt { proxy => $apt_proxy, port => hiera('nodo::subsystem::apt::proxy_port', '3142'), } + } else { + class { 'apt::proxy_client': + ensure => absent, + } } $apt_include_sid = hiera('nodo::subsystem::apt::include_sid', false) -- cgit v1.2.3