source.list.erb 360 B

12345678
  1. #file generated by puppet
  2. # <%= @comment %>
  3. <%- if @include_deb then -%>
  4. deb <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
  5. <%- end -%>
  6. <%- if @include_src then -%>
  7. deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
  8. <%- end -%>