aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-20 20:02:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-20 20:02:37 -0300
commit5b4de4b3701060639b2c09a2e51b9c264d97c724 (patch)
tree871ebb60d209ce652b9ba92a14d497bb9c6622a9 /manifests/subsystem
parent9f0a83ac06b6833b875defed6feb40b19b940097 (diff)
downloadpuppet-nodo-5b4de4b3701060639b2c09a2e51b9c264d97c724.tar.gz
puppet-nodo-5b4de4b3701060639b2c09a2e51b9c264d97c724.tar.bz2
Require http-transport-https at nodo::subsystem::apt::repo
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/apt/repo.pp2
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}"],
}