summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-11 00:47:37 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-11 00:47:37 +0200
commitcfbd7038a8c8f609eb7cf41cd1af74e65f2579a1 (patch)
tree995b035721ded08be782230623e5c6a5ee733687
parentopenwrt: remove nat_traffic collector for prometheus exporter because it prod... (diff)
fix ubuntu installer network config
-rw-r--r--roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2
index 8857cf2d..1de70b70 100644
--- a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2
+++ b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2
@@ -19,7 +19,7 @@ autoinstall:
{% else %}
addresses:
- {{ network.primary.address }}
-{% if 'gataway' in network.primary %}
+{% if 'gateway' in network.primary %}
routes:
- to: default
via: {{ network.primary.gateway }}