This commit is contained in:
Keith Whyte 2020-04-16 07:04:25 +02:00
parent 96bf8a0174
commit a52eec4d02

View file

@ -52,7 +52,7 @@ class rhizo_base::apt::common {
require => File['/etc/apt/apt.conf.d/90unsigned'], require => File['/etc/apt/apt.conf.d/90unsigned'],
} }
package {'apt-transport-https': package { 'apt-transport-https':
ensure => installed, ensure => installed,
} }
} }