aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/modules/tinc/templates/tinc.conf.epp
blob: 959fb9498a0f14d59b92f19f13c052f573b78349 (plain)
1
2
3
4
5
6
7
8
<%- | $tinc_name,
      $tinc_location,
      $tinc_connect_to,
| -%>
Name = <%= $tinc_location %>
<% $tinc_connect_to.each | $tinc_connection | { -%>
ConnectTo = <%= $tinc_connection %>
<% } %>