
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>
8 lines
393 B
Plaintext
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 %>
|