summaryrefslogtreecommitdiff
path: root/roles/installer/openbsd/autoinstall
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-12 13:44:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 00:14:25 +0200
commited3885ac85e1a005d972662f966849bf626d5fba (patch)
tree6291a6b1947657ec083a50a43f4a654bc27392d9 /roles/installer/openbsd/autoinstall
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
initial tests with new network config
Diffstat (limited to 'roles/installer/openbsd/autoinstall')
-rw-r--r--roles/installer/openbsd/autoinstall/templates/auto_install.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2 b/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
index 4220be38..6989d7e0 100644
--- a/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
+++ b/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
@@ -1,6 +1,6 @@
System hostname = {{ hostvars[install_hostname].host_name }}
-Which network interface do you wish to configure = {{ install_interface | default(hostvars[install_hostname].network_cooked.primary.interface) }}
+Which network interface do you wish to configure = {{ install_interface | default(hostvars[install_hostname].network_cooked.primary.name) }}
{% if 'install_dhcp' in hostvars[install_hostname] and hostvars[install_hostname].install_dhcp %}
IPv4 address = dhcp
{% else %}