(MODULES-1200) Fix inconsistent header across files
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
1 # <%= @comment %>
2 <%- if @include_deb then -%>
3 deb <%- if @architecture or @trusted_source -%>
4 [<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
5 ] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
6 <%- end -%>
7 <%- if @include_src then -%>
8 deb-src <%- if @architecture or @trusted_source -%>
9 [<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
10 ] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
11 <%- end -%>