From: Alfredo Deza Date: Tue, 5 Nov 2013 21:36:19 +0000 (-0500) Subject: use the key formatting when adding the key to apt too X-Git-Tag: v1.3.1~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb8c49e74cf0c3338db7d05053ccadf739200c5f;p=ceph-deploy.git use the key formatting when adding the key to apt too Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/debian/install.py b/ceph_deploy/hosts/debian/install.py index 7f2f344..f5e3a5c 100644 --- a/ceph_deploy/hosts/debian/install.py +++ b/ceph_deploy/hosts/debian/install.py @@ -42,7 +42,7 @@ def install(distro, version_kind, version, adjust_repos): [ 'apt-key', 'add', - 'release.asc' + '{key}.asc'.format(key=key) ] )