From f617cd24eb02cd24c373c0340a3434618bb9584b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 29 Sep 2015 17:42:39 -0400 Subject: [PATCH] hosts/debian/install: install apt-transport-https Signed-off-by: Sage Weil --- ceph_deploy/hosts/debian/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph_deploy/hosts/debian/install.py b/ceph_deploy/hosts/debian/install.py index 2fb8864..237cb98 100644 --- a/ceph_deploy/hosts/debian/install.py +++ b/ceph_deploy/hosts/debian/install.py @@ -20,7 +20,7 @@ def install(distro, version_kind, version, adjust_repos, **kw): else: key = 'autobuild' - distro.packager.install('ca-certificates') + distro.packager.install(['ca-certificates', 'apt-transport-https']) if adjust_repos: # Wheezy does not like the git.ceph.com SSL cert -- 2.47.3