From: Silvio Rhatto Date: Mon, 23 Dec 2013 18:26:13 +0000 (-0200) Subject: May disable apt::proxy_client (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a;p=puppet-apt.git May disable apt::proxy_client (2) --- diff --git a/manifests/proxy_client.pp b/manifests/proxy_client.pp index 0a14322..61e3b97 100644 --- a/manifests/proxy_client.pp +++ b/manifests/proxy_client.pp @@ -6,6 +6,6 @@ class apt::proxy_client( apt_conf { '20proxy': content => template('apt/20proxy.erb'), - ensure => ensure, + ensure => $ensure, } }