module-puppetlabs-apt/templates/source.list.erb

9 lines
360 B
Text
Raw Normal View History

#file generated by puppet
2014-06-10 08:42:06 +02:00
# <%= @comment %>
<%- if @include_deb then -%>
deb <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
<%- end -%>
2013-05-30 12:28:57 +02:00
<%- if @include_src then -%>
deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
2010-04-27 22:38:28 +02:00
<%- end -%>