Skip to content

Commit

Permalink
Forgot to remove systemd append
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpowermac committed Oct 24, 2019
1 parent 4e87653 commit a1ddbb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions upi/vsphere/machine/ignition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]}",
Expand Down

0 comments on commit a1ddbb4

Please sign in to comment.