diff --git a/cloudinit/fix-dhcp.yml b/cloudinit/fix-dhcp.yml new file mode 100644 index 0000000..645f29c --- /dev/null +++ b/cloudinit/fix-dhcp.yml @@ -0,0 +1,7 @@ +--- + +# There is a Python script that fixes the DHCP4 options in the netplan +# configuration already generated by cloud-init. The following simply +# reapplies the Netplan configuration after the modification. +runcmd: + - [netplan, apply]