From 36a0896dd17bac8bf2eda74f972f9eca544d8a2f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:19:55 -0200 Subject: Trying to fix error at 'apt::proxy_client' --- manifests/subsystem/apt.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index d9c40fc..b0f6e72 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -42,6 +42,7 @@ class nodo::subsystem::apt { } } else { class { 'apt::proxy_client': + proxy => 'none', ensure => absent, } } -- cgit v1.2.3