]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
use ceph.com instead of ceph.newdream.net for apt repos
authorGreg Farnum <greg@inktank.com>
Thu, 13 Dec 2012 19:24:16 +0000 (11:24 -0800)
committerGreg Farnum <greg@inktank.com>
Thu, 13 Dec 2012 19:24:16 +0000 (11:24 -0800)
recipes/apt.rb

index 1aa272f2140ee780badb36720242016732348aeb..a83c534e3adc19c54453878a13d0721e81de5ba3 100644 (file)
@@ -4,7 +4,7 @@ case node['ceph']['branch']
 when "release"
   apt_repository "ceph-release" do
     repo_name "ceph"
-    uri "http://ceph.newdream.net/debian/"
+    uri "http://www.ceph.com/debian/"
     distribution node['lsb']['codename']
     components ["main"]
     key "https://raw.github.com/ceph/ceph/master/keys/release.asc"
@@ -12,7 +12,7 @@ when "release"
 when "testing"
   apt_repository "ceph-testing" do
     repo_name "ceph"
-    uri "http://ceph.newdream.net/debian-testing/"
+    uri "http://www.ceph.com/debian-testing/"
     distribution node['lsb']['codename']
     components ["main"]
     key "https://raw.github.com/ceph/ceph/master/keys/release.asc"