diff options
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ce7a0e0..1904ece 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -51,6 +51,10 @@ class nodo { default => absent, } } + + package { 'apt-transport-https': + ensure => present, + } } # Default SSH configuration |