adding notice on top of sourceslist files
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
index e8b68659406b256b27c991d9d6c53c3534001c65..541534e65bd8a383844e9e2d172a4a23ed43feb7 100644 (file)
@@ -1,5 +1,6 @@
+#file generated by puppet
 # <%= @name %>
-deb <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
+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 %>
+deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
 <%- end -%>