summaryrefslogtreecommitdiffstats
path: root/ansible/deployment_poc/templates/dhcpd.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/deployment_poc/templates/dhcpd.conf.j2')
-rw-r--r--ansible/deployment_poc/templates/dhcpd.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/deployment_poc/templates/dhcpd.conf.j2 b/ansible/deployment_poc/templates/dhcpd.conf.j2
index 5309ae4..fc7a5dd 100644
--- a/ansible/deployment_poc/templates/dhcpd.conf.j2
+++ b/ansible/deployment_poc/templates/dhcpd.conf.j2
@@ -1,5 +1,5 @@
host {{ vm_name }} {
hardware ethernet {{ mac_address }};
fixed-address {{ ip_address }};
- filename "replace-with-bootfile";
+ filename "shim.efi";
}