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, } }