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