mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-08-22 13:37:18 +00:00
77ae5cafe0
add missing examples remove unsupported examples
15 lines
268 B
YAML
15 lines
268 B
YAML
#cloud-config
|
|
write_files:
|
|
-
|
|
content: |
|
|
A test file
|
|
path: /tmp/cloud-init-test-1
|
|
owner: nobody.nogroup
|
|
permissions: 0644
|
|
-
|
|
content: |
|
|
Another test file
|
|
path: /tmp/cloud-init-test-2
|
|
owner: root.root
|
|
permissions: 0600
|