]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install: do debs for 'Debian'
authorSage Weil <sage@inktank.com>
Thu, 14 Mar 2013 23:27:01 +0000 (16:27 -0700)
committerSage Weil <sage@inktank.com>
Thu, 14 Mar 2013 23:27:01 +0000 (16:27 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/install.py

index 117c76d38c793bf3c9a3ed63333b8256a6076975..9ecc9946c02a199e2fd992d2698f1600787137f3 100644 (file)
@@ -23,7 +23,7 @@ def _get_system_type(remote):
     )
     system_value = r.stdout.getvalue().strip()
     log.debug("System to be installed: %s" % system_value)
-    if system_value in ['Ubuntu',]:
+    if system_value in ['Ubuntu','Debian',]:
        return "deb"
     if system_value in ['CentOS',]:
         return "rpm"