From e5632b2e495f1f7190679f0fc21e8fd0ab645314 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Dec 2013 16:01:47 -0200 Subject: May disable apt::proxy_client --- manifests/proxy_client.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/proxy_client.pp b/manifests/proxy_client.pp index 9ba79f2..0a14322 100644 --- a/manifests/proxy_client.pp +++ b/manifests/proxy_client.pp @@ -1,9 +1,11 @@ class apt::proxy_client( $proxy = 'http://localhost', $port = '3142', + $ensure = 'present', ){ apt_conf { '20proxy': content => template('apt/20proxy.erb'), + ensure => ensure, } } -- cgit v1.2.3