From 84e64036d5d2452e76f2a38f4a70e2e9a8469573 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Jul 2017 11:48:48 -0300 Subject: Adds apt-transport-https --- manifests/subsystem/apt.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 84fe0e7..387a4e8 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -35,4 +35,8 @@ class nodo::subsystem::apt( hour => $hour, minute => $minute, } + + package { 'apt-transport-https': + ensure => installed, + } } -- cgit v1.2.3