Allow custom comment for sources list
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
index 9946966ee5322dab85336320c1adfba88999381e..a57244fce81e61be50470cdbdd7c39c741468312 100644 (file)
@@ -1,4 +1,5 @@
-# <%= @name %>
+#file generated by puppet
+# <%= @comment %>
 deb <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
 <%- if @include_src then -%>
 deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>