cookbook-ceph/templates/default/apt-sources-list.release.erb
Tommi Virtanen 4b47db95bf Move ceph/* to top-level.
This repository used to be a collection of several cookbooks, but this
hasn't been true for a month, since
a77b418b95df8f2b6f56d9a90e47dc62100cdf4d. Simplifies the file layout
and makes this look more like your usual cookbook.

Thanks to Guilhem Lettron <guilhem@lettron.fr>
2012-07-09 15:46:52 -07:00

8 lines
393 B
Plaintext

<% if @branch.nil? %>
deb http://ceph.newdream.net/debian/ <%= @codename %> main
deb-src http://ceph.newdream.net/debian/ <%= @codename %> main
<% else %>
deb http://gitbuilder.ceph.com/ceph-deb-<%= @codename %>-x86_64-basic/ref/<%= @branch %>/ <%= @codename %> main
deb-src http://gitbuilder.ceph.com/ceph-deb-<%= @codename %>-x86_64-basic/ref/<%= @branch %>/ <%= @codename %> main
<% end %>