Skip to content

Commit f651ba8

Browse files
committed
chore: 🤖 Fix json sort issues wrt packer-node configuration
1 parent 05199f2 commit f651ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎images/capi/packer/ova/packer-node.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@
500500
"datastore": "",
501501
"destroy": "false",
502502
"disk_size": "20480",
503+
"enable_disk_packing": "true",
503504
"existing_ansible_ssh_args": "{{env `ANSIBLE_SSH_ARGS`}}",
504505
"export_manifest": "none",
505506
"folder": "",
@@ -534,7 +535,6 @@
534535
"resource_pool": "",
535536
"username": "",
536537
"vcenter_server": "",
537-
"vsphere_guest_os_type": null,
538-
"enable_disk_packing": "true"
538+
"vsphere_guest_os_type": null
539539
}
540-
}
540+
}

0 commit comments

Comments
 (0)