From f09c52b8999b349f5ad3f5c4176e8ee0d00e2540 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 22 Jul 2024 11:30:45 -0300 Subject: Fix: apt-transport-https no longer needed --- manifests/subsystem/apt.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/ -- cgit v1.2.3