summaryrefslogtreecommitdiff
path: root/templates/repo.epp
blob: a988cf2621a4a57cbb884145c768e2fa3ba6e590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%- | String $name,
      Optional[String] $siglevel = undef,
      Optional[String] $usage = undef,
      Array[String] $source | -%>

[<%= $name %>]
<%= $source.join('\n') %>
<% if $siglevel { %>
SigLevel = <%= $siglevel %>
<% } %>
<% if $usage { %>
Usage = <%= $usage %>
<% } %>