diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/apt.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 3bb60a4..d9c40fc 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -40,6 +40,10 @@ class nodo::subsystem::apt { proxy => $apt_proxy, port => hiera('nodo::subsystem::apt::proxy_port', '3142'), } + } else { + class { 'apt::proxy_client': + ensure => absent, + } } $apt_include_sid = hiera('nodo::subsystem::apt::include_sid', false) |