summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-archive.txt
blob: f8a3d778bce9270495743e96dad59e904d142a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#cloud-config-archive
- type: foo/wark
  filename: bar
  content: |
    This is my payload
    hello
- this is also payload
- |
  multi line payload
  here
-
  type: text/cloud-config
  content: '#cloud-config\n\n        password: gocubs'