diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:19:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:19:55 -0200 |
commit | 36a0896dd17bac8bf2eda74f972f9eca544d8a2f (patch) | |
tree | 92279a7d742a5fa005dc3cf102866bc4fe494647 | |
parent | 9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8 (diff) | |
download | puppet-nodo-36a0896dd17bac8bf2eda74f972f9eca544d8a2f.tar.gz puppet-nodo-36a0896dd17bac8bf2eda74f972f9eca544d8a2f.tar.bz2 |
Trying to fix error at 'apt::proxy_client'
-rw-r--r-- | manifests/subsystem/apt.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, } } |