]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-19125] run apt-get update before debian installs RM-19125 466/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 20 Feb 2018 14:23:43 +0000 (09:23 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 20 Feb 2018 14:23:43 +0000 (09:23 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/hosts/debian/install.py

index 7e7f4396f5b172db4b89fa555f53ffcabf8d476f..1aa443153c4e68bc319c156a5acc9fe230c3c261 100644 (file)
@@ -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: