From: Silvio Rhatto Date: Mon, 23 Dec 2013 18:19:55 +0000 (-0200) Subject: Trying to fix error at 'apt::proxy_client' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=36a0896dd17bac8bf2eda74f972f9eca544d8a2f;p=puppet-nodo.git Trying to fix error at 'apt::proxy_client' --- 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, } }