diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:26:13 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:26:13 -0200 | 
| commit | 8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a (patch) | |
| tree | 0c774500c214d90b04c18beef8f48dbda989f951 | |
| parent | e5632b2e495f1f7190679f0fc21e8fd0ab645314 (diff) | |
| download | puppet-apt-8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a.tar.gz puppet-apt-8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a.tar.bz2  | |
May disable apt::proxy_client (2)
| -rw-r--r-- | manifests/proxy_client.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
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,    }  }  | 
