Skip to content

Commit

Permalink
add missing array type at parameter extra_networkd_sections in template
Browse files Browse the repository at this point in the history
  • Loading branch information
sallchr committed Jul 25, 2024
1 parent d0bb326 commit 8819442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/network.epp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Array[Hash] $addresses,
String[1] $interface,
Array[Hash[String[1], Variant[String[1], Boolean]]] $routes,
Hash[String, Hash[String, Any]] $extra_networkd_sections,
Hash[String, Array[Hash[String, Any]]] $extra_networkd_sections,
| -%>
# THIS FILE IS MANAGED BY PUPPET
# based on https://dn42.dev/howto/wireguard
Expand Down

0 comments on commit 8819442

Please sign in to comment.