From: Alfredo Deza Date: Tue, 20 Feb 2018 14:23:43 +0000 (-0500) Subject: [RM-19125] run apt-get update before debian installs X-Git-Tag: v2.0.1~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2FRM-19125;p=ceph-deploy.git [RM-19125] run apt-get update before debian installs Signed-off-by: Alfredo Deza --- 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: