]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Ceph team does not provide packages for debian jessie. 40/head
authorMaciej Galkiewicz <macias@shellycloud.com>
Mon, 15 Jul 2013 08:43:19 +0000 (10:43 +0200)
committerMaciej Galkiewicz <macias@shellycloud.com>
Mon, 15 Jul 2013 08:43:19 +0000 (10:43 +0200)
Use sid instead.

recipes/apt.rb

index c11d3c348372ec8fba0c03ebef3b90523c993086..8278047d9d7096a3ee1f16722219078054406ae5 100644 (file)
@@ -5,7 +5,7 @@ branch = node['ceph']['branch']
 apt_repository "ceph-#{branch}" do
   repo_name "ceph"
   uri node['ceph']['debian'][branch]['repository']
-  distribution node['lsb']['codename']
+  distribution node['lsb']['codename'] == "jessie" ? "sid" : node['lsb']['codename']
   components ['main']
   key node['ceph']['debian'][branch]['repository_key']
 end