From a1ddbb4a482d08c07ad31dc08eea8f5229755de5 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Thu, 24 Oct 2019 13:58:51 -0400 Subject: [PATCH] Forgot to remove systemd append --- upi/vsphere/machine/ignition.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/upi/vsphere/machine/ignition.tf b/upi/vsphere/machine/ignition.tf index 4022f073476..98db213e6f4 100644 --- a/upi/vsphere/machine/ignition.tf +++ b/upi/vsphere/machine/ignition.tf @@ -48,10 +48,6 @@ data "ignition_config" "ign" { source = "${local.ignition_encoded}" } - systemd = [ - "${data.ignition_systemd_unit.restart.*.id[count.index]}", - ] - files = [ "${data.ignition_file.hostname.*.id[count.index]}", "${data.ignition_file.static_ip.*.id[count.index]}",