diff options
Diffstat (limited to 'manifests/subsystem/apt.pp')
-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 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, + } } |