Merge pull request #375 from raphink/dev/facts_perfs
[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 %>[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 -%>