]> git.openstreetmap.org Git - chef.git/commitdiff
networking: do not wait for wireguard to be online
authorGrant Slater <github@firefishy.com>
Mon, 13 May 2024 11:17:24 +0000 (12:17 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 13 May 2024 11:34:14 +0000 (12:34 +0100)
cookbooks/networking/templates/default/wireguard.network.erb

index 481fe14ffbb7a9eafae330c83fced3cf2ce9864b..a3b7dd115e309c215d95d883cc5086b2932e74f0 100644 (file)
@@ -1,6 +1,9 @@
 [Match]
 Name=wg0
 
+[Link]
+RequiredForOnline=no
+
 [Network]
 <% if node.internal_ipaddress -%>
 Address=<%= node.internal_ipaddress %>/32