MODULES-2889 - remove unneeded whitespace in source.list template
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
1 # <%= @comment %>
2 <%- if @_include['deb'] then -%>
3 deb <%- if @architecture or @_allow_unsigned -%>
4 [<%- if @architecture %>arch=<%= @architecture %><% end %><%if @architecture and @_allow_unsigned %> <% end%><% if @_allow_unsigned %>trusted=yes<% end %>] <%- end %><%= @location %> <%= @_release %> <%= @repos %>
5 <%- end -%>
6 <%- if @_include['src'] then -%>
7 deb-src <%- if @architecture or @_allow_unsigned -%>
8 [<%- if @architecture %>arch=<%= @architecture %><% end %><%if @architecture and @_allow_unsigned %> <% end%><% if @_allow_unsigned %>trusted=yes<% end %>] <%- end %><%= @location %> <%= @_release %> <%= @repos %>
9 <%- end -%>