kiranchavala commented on PR #9575:
URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2306655342
@nvazquez do you mean the second userdata2 should not contain #cloud-config
as header?
Userdata1
```
#cloud-config
chpasswd:
list: |
root:password
expire: False
```
Userdata2
```
write_files:
- path: /root/CLOUD_INIT_WAS_HERE
```
I have tried deploying a vm with 2 userdata but it was not successfull
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]