]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/blob - templates/source.list.erb
Merge branch '1.6.x' of github.com:puppetlabs/puppetlabs-apt into 1.6.x
[puppet-modules/puppetlabs-apt.git] / templates / source.list.erb
1 #file generated by puppet
2 # <%= @comment %>
3 <%- if @include_deb then -%>
4 deb <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
5 <%- end -%>
6 <%- if @include_src then -%>
7 deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
8 <%- end -%>