Merge pull request #12 from Tech-Corps/update-apt-repos

Update apt repos to be inline with doc changes
This commit is contained in:
Gregory Farnum 2013-01-16 17:59:54 -08:00
commit eb75034b02
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
default['ceph']['branch'] = "release" # Can be testing or autobuild
# Major release version to install. Currently bobtail (most recent) or argonaut.
default['ceph']['version'] = "bobtail"

View File

@ -4,7 +4,7 @@ case node['ceph']['branch']
when "release"
apt_repository "ceph-release" do
repo_name "ceph"
uri "http://www.ceph.com/debian/"
uri "http://www.ceph.com/debian-#{node['ceph']['version']}/"
distribution node['lsb']['codename']
components ["main"]
key "https://raw.github.com/ceph/ceph/master/keys/release.asc"