Skip to content

Commit

Permalink
Add missing braeak at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrakel committed Aug 8, 2022
1 parent d56f6b2 commit ad45483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/wireguard_conf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ PersistentKeepalive=<%= pick($peer['persistent_keepalive'], 0) %>
<% pick($peer['allowed_ips'], ['fe80::/64', 'fd00::/8', '0.0.0.0/0']).each |$allowed_ip| { -%>
AllowedIPs=<%= $allowed_ip %>
<% } -%>
<% } -%>
<% } -%>

0 comments on commit ad45483

Please sign in to comment.