]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-12644] Use distro.packager in 'calamari connect'
authorTravis Rhoden <trhoden@redhat.com>
Fri, 7 Aug 2015 21:25:43 +0000 (14:25 -0700)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 7 Aug 2015 21:25:43 +0000 (14:25 -0700)
Refs: #12644

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/calamari.py

index a6c63d6071076fb05f8bece376397d83a9e85e36..72f6c75be597ced9689f3ef08300e79023d36dac 100644 (file)
@@ -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']: