Fix builders
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-02-23 17:00:37 +01:00
parent 5e41bc7ee4
commit d140665cbf

View File

@ -85,8 +85,6 @@
"{{user `boot_command_suffix`}}" "{{user `boot_command_suffix`}}"
], ],
"boot_wait": "{{user `boot_wait`}}", "boot_wait": "{{user `boot_wait`}}",
"cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"],
"cd_label": "cidata",
"communicator": "ssh", "communicator": "ssh",
"cores": "{{user `cpu_cores`}}", "cores": "{{user `cpu_cores`}}",
"cpus": "{{user `cpu`}}", "cpus": "{{user `cpu`}}",
@ -190,6 +188,8 @@
], ],
"boot_wait": "{{user `boot_wait`}}", "boot_wait": "{{user `boot_wait`}}",
"cluster": "{{user `cluster`}}", "cluster": "{{user `cluster`}}",
"cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"],
"cd_label": "cidata",
"communicator": "ssh", "communicator": "ssh",
"convert_to_template": "{{user `convert_to_template`}}", "convert_to_template": "{{user `convert_to_template`}}",
"cpu_cores": "{{user `cpu_cores`}}", "cpu_cores": "{{user `cpu_cores`}}",