[HOME]

Path : /usr/share/doc/cloud-init/examples/
Upload :
Current File : //usr/share/doc/cloud-init/examples/cloud-config-archive.txt

#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?