75147667b50eaf61a6fbe510caa2def1be984777
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
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 -%>