]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
use the key formatting when adding the key to apt too 125/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 5 Nov 2013 21:36:19 +0000 (16:36 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 5 Nov 2013 21:36:19 +0000 (16:36 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/hosts/debian/install.py

index 7f2f34478a0bf0ce1c361527f7b0cf607967af85..f5e3a5ca524d409d88872061a73cefa5892886af 100644 (file)
@@ -42,7 +42,7 @@ def install(distro, version_kind, version, adjust_repos):
             [
                 'apt-key',
                 'add',
-                'release.asc'
+                '{key}.asc'.format(key=key)
             ]
         )