X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=templates%2Fsource.list.erb;h=84cd2cf72862bedcb557823b6d5a690cd6119b10;hb=89c747ab3b2caad9b36b8ce53a693537f4db6f36;hp=fe7f55941a1ac43098ed15b2e9aed0461818d499;hpb=396f308e6ad4798461a6471ee8bb8e764d8b03cb;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/templates/source.list.erb b/templates/source.list.erb index fe7f559..84cd2cf 100644 --- a/templates/source.list.erb +++ b/templates/source.list.erb @@ -1,11 +1,9 @@ # <%= @comment %> <%- if @_include['deb'] then -%> deb <%- if @architecture or @_allow_unsigned -%> -[<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @_allow_unsigned %>trusted=yes<% end -%> -] <%- end %><%= @location %> <%= @_release %> <%= @repos %> +[<%- if @architecture %>arch=<%= @architecture %><% end %><%if @architecture and @_allow_unsigned %> <% end%><% if @_allow_unsigned %>trusted=yes<% end %>] <%- end %><%= @location %> <%= @_release %> <%= @repos %> <%- end -%> <%- if @_include['src'] then -%> deb-src <%- if @architecture or @_allow_unsigned -%> -[<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @_allow_unsigned %>trusted=yes<% end -%> -] <%- end %><%= @location %> <%= @_release %> <%= @repos %> +[<%- if @architecture %>arch=<%= @architecture %><% end %><%if @architecture and @_allow_unsigned %> <% end%><% if @_allow_unsigned %>trusted=yes<% end %>] <%- end %><%= @location %> <%= @_release %> <%= @repos %> <%- end -%>