module-puppetlabs-apt/templates/source.list.erb
2014-06-10 17:05:51 +10:00

6 lines
319 B
Text

#file generated by puppet
# <%= @comment %>
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 %>
<%- end -%>