From c5bfd0c45c33de1ade85c940f5d5e6eabc2e27de Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 19 Jan 2011 17:32:52 -0500 Subject: 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. LP: #641504 --- doc/examples/cloud-config-archive.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/examples/cloud-config-archive.txt (limited to 'doc/examples/cloud-config-archive.txt') diff --git a/doc/examples/cloud-config-archive.txt b/doc/examples/cloud-config-archive.txt new file mode 100644 index 00000000..23b1024c --- /dev/null +++ b/doc/examples/cloud-config-archive.txt @@ -0,0 +1,16 @@ +#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? + -- cgit v1.2.3