source.list.erb 564 B

123456789101112
  1. #file generated by puppet
  2. # <%= @comment %>
  3. <%- if @include_deb then -%>
  4. deb <%- if @architecture or @trusted_source -%>
  5. [<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
  6. ] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
  7. <%- end -%>
  8. <%- if @include_src then -%>
  9. deb-src <%- if @architecture or @trusted_source -%>
  10. [<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
  11. ] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
  12. <%- end -%>