From bb8c49e74cf0c3338db7d05053ccadf739200c5f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 5 Nov 2013 16:36:19 -0500 Subject: [PATCH] use the key formatting when adding the key to apt too Signed-off-by: Alfredo Deza --- 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 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) ] ) -- 2.47.3