This commit is contained in:
parent
5e41bc7ee4
commit
d140665cbf
@ -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`}}",
|
||||||
|
Loading…
Reference in New Issue
Block a user