From a5436d08576bfc68e68e844bd297fed7239190fc Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Fri, 7 Aug 2015 14:25:43 -0700 Subject: [PATCH] [RM-12644] Use distro.packager in 'calamari connect' Refs: #12644 Signed-off-by: Travis Rhoden --- ceph_deploy/calamari.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']: -- 2.47.3