summaryrefslogtreecommitdiff
path: root/templates/service.epp
blob: 0ce3778036f3a6e515e980ac945803e46c821bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%- | Array[Tuple[String, Array[String]]] $settings | -%>
# File managed by Puppet.
# Local changes WILL be overwritten

<%- $settings.each |$section| { -%>
[<%= $section[0] %>]
<%- $section[1].each |$line| { -%>
<%= $line %>
<%- } -%>

<%- } -%>