From a52eec4d02c65ac4493a8dd0f85af2ef0cf23f52 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Thu, 16 Apr 2020 07:04:25 +0200 Subject: [PATCH] WS --- modules/rhizo_base/manifests/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index b89e648..50685b3 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -52,7 +52,7 @@ class rhizo_base::apt::common { require => File['/etc/apt/apt.conf.d/90unsigned'], } - package {'apt-transport-https': + package { 'apt-transport-https': ensure => installed, } }