Allow custom comment for sources list
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
1 #file generated by puppet
2 # <%= @comment %>
3 deb <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
4 <%- if @include_src then -%>
5 deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
6 <%- end -%>