From d140665cbf702f3060437129d99a62341c3a18b2 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 23 Feb 2023 17:00:37 +0100 Subject: [PATCH] Fix builders --- packer/ova/packer-node.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/ova/packer-node.json b/packer/ova/packer-node.json index d728e01..9f9b38f 100644 --- a/packer/ova/packer-node.json +++ b/packer/ova/packer-node.json @@ -85,8 +85,6 @@ "{{user `boot_command_suffix`}}" ], "boot_wait": "{{user `boot_wait`}}", - "cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"], - "cd_label": "cidata", "communicator": "ssh", "cores": "{{user `cpu_cores`}}", "cpus": "{{user `cpu`}}", @@ -190,6 +188,8 @@ ], "boot_wait": "{{user `boot_wait`}}", "cluster": "{{user `cluster`}}", + "cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"], + "cd_label": "cidata", "communicator": "ssh", "convert_to_template": "{{user `convert_to_template`}}", "cpu_cores": "{{user `cpu_cores`}}",