mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 17:39:59 -05:00
73624d9e20
Signed-off-by: shweta <spurohit@vmware.com>
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
#cloud-config
|
|
# See more userdata examples at:
|
|
# https://cloudinit.readthedocs.io/en/latest/topics/examples.html
|
|
write_files:
|
|
- encoding: gzip
|
|
content: !!binary |
|
|
H4sIAIDb/U8C/1NW1E/KzNMvzuBKTc7IV8hIzcnJVyjPL8pJ4QIA6N+MVxsAAAA=
|
|
path: /usr/bin/hello
|
|
permissions: '0755'
|