From 1319743c9f94780addc2a197110659bb33e0bb9d Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 29 Jan 2020 11:25:42 +0000 Subject: [PATCH] baremetal: Remove .template from path in dhcp-dhclient-conf.yaml This appears to get written out as /etc/dhcp/dhclient.conf.template with no subsequent render-config templating to create the actual /etc/dhcp/dhclient.conf - modifying the path results in the file being correctly written. --- .../worker/00-worker/baremetal/files/dhcp-dhclient-conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/worker/00-worker/baremetal/files/dhcp-dhclient-conf.yaml b/templates/worker/00-worker/baremetal/files/dhcp-dhclient-conf.yaml index ee141be526..9b63c900ad 100644 --- a/templates/worker/00-worker/baremetal/files/dhcp-dhclient-conf.yaml +++ b/templates/worker/00-worker/baremetal/files/dhcp-dhclient-conf.yaml @@ -1,6 +1,6 @@ filesystem: "root" mode: 0644 -path: "/etc/dhcp/dhclient.conf.template" +path: "/etc/dhcp/dhclient.conf" contents: inline: | supersede domain-search "{{ .EtcdDiscoveryDomain }}";