e8b68659406b256b27c991d9d6c53c3534001c65
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
1 # <%= @name %>
2 deb <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
3 <%- if @include_src then -%>
4 deb-src <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
5 <%- end -%>