diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-20 20:02:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-20 20:02:37 -0300 |
commit | 5b4de4b3701060639b2c09a2e51b9c264d97c724 (patch) | |
tree | 871ebb60d209ce652b9ba92a14d497bb9c6622a9 /manifests/subsystem/apt | |
parent | 9f0a83ac06b6833b875defed6feb40b19b940097 (diff) | |
download | puppet-nodo-5b4de4b3701060639b2c09a2e51b9c264d97c724.tar.gz puppet-nodo-5b4de4b3701060639b2c09a2e51b9c264d97c724.tar.bz2 |
Require http-transport-https at nodo::subsystem::apt::repo
Diffstat (limited to 'manifests/subsystem/apt')
-rw-r--r-- | manifests/subsystem/apt/repo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/apt/repo.pp b/manifests/subsystem/apt/repo.pp index d11fbec..9bb5cef 100644 --- a/manifests/subsystem/apt/repo.pp +++ b/manifests/subsystem/apt/repo.pp @@ -18,7 +18,7 @@ define nodo::subsystem::apt::repo( group => "root", mode => "0644", content => "${definition}\n", - require => File["/etc/apt/trusted.gpg.d/${name}.gpg"], + require => [ File["/etc/apt/trusted.gpg.d/${name}.gpg"], Package['http-transport-https'] ], notify => Exec["apt-repo-auto-update-${name}"], } |