From: Travis Rhoden Date: Fri, 7 Aug 2015 21:25:43 +0000 (-0700) Subject: [RM-12644] Use distro.packager in 'calamari connect' X-Git-Tag: v1.5.28~8^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5436d08576bfc68e68e844bd297fed7239190fc;p=ceph-deploy.git [RM-12644] Use distro.packager in 'calamari connect' Refs: #12644 Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/calamari.py b/ceph_deploy/calamari.py index a6c63d6..72f6c75 100644 --- a/ceph_deploy/calamari.py +++ b/ceph_deploy/calamari.py @@ -56,7 +56,7 @@ def connect(args): 'master: %s\n' % args.master ) - distro.pkg.install(distro, 'salt-minion') + distro.packager.install('salt-minion') # redhat/centos need to get the service started if distro.normalized_name in ['redhat', 'centos']: