From df3d1ea82984935b54e3f50d84271398cdd2bc7d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 20 Feb 2018 09:23:43 -0500 Subject: [PATCH] [RM-19125] run apt-get update before debian installs Signed-off-by: Alfredo Deza --- ceph_deploy/hosts/debian/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph_deploy/hosts/debian/install.py b/ceph_deploy/hosts/debian/install.py index 7e7f439..1aa4431 100644 --- a/ceph_deploy/hosts/debian/install.py +++ b/ceph_deploy/hosts/debian/install.py @@ -21,6 +21,7 @@ def install(distro, version_kind, version, adjust_repos, **kw): else: key = 'autobuild' + distro.packager.clean() distro.packager.install(['ca-certificates', 'apt-transport-https']) if adjust_repos: -- 2.47.3