From 8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:26:13 -0200 Subject: May disable apt::proxy_client (2) --- manifests/proxy_client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, } } -- cgit v1.2.3