diff options
-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, } } |