Skip to content

Commit

Permalink
baremetal: Remove .template from path in dhcp-dhclient-conf.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Steven Hardy committed Jan 29, 2020
1 parent cef8e6b commit b8d6010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 }}";

0 comments on commit b8d6010

Please sign in to comment.