phpservermon/puphpet/puppet/modules/apt/templates/source.list.erb

6 lines
290 B
Plaintext
Raw Normal View History

# <%= @name %>
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 -%>