cloud-init/doc/examples/cloud-config-archive.txt
Scott Moser 778716f3eb add cloud-config-archive input type.
cloud-config-archive is a yaml formated document where the top
level should contain an array.  Each entry in the array can be one of
- dict { 'filename' : 'value' , 'content' : 'value', 'type' : 'value' }
   filename and type may not be present
- scalar(content)

if filename and type are not present, they are attempted to be guessed.
2011-01-19 17:32:52 -05:00

17 lines
244 B
Plaintext

#cloud-config-archive
- type: foo/wark
filename: bar
content: |
This is my payload
hello
- this is also payload
- |
multi line payload
here
-
type: text/upstart-job
filename: my-upstart.conf
content: |
whats this, yo?