diff options
-rw-r--r-- | manifests/subsystem/apt.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 28db591..d2d531d 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -14,8 +14,9 @@ class nodo::subsystem::apt( default => 'enabled', } ) { + # This one is no longer necessary package { 'apt-transport-https': - ensure => installed, + ensure => absent, } # See https://www.cyberciti.biz/faq/howto-use-apt-get-with-ipv6-or-ipv4-transport-on-ubuntu-debian/ |