From 3b5fcc393b017421ee338cf4bdab4c780c43c0f6 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 9 Jul 2014 16:36:11 -0700 Subject: [PATCH] Document need for #cloud-config in cloud-config.yml - cloud-config.yml does not work if it's missing the #cloud-config directive at the top. This is undocumented, except in the examples. --- Documentation/cloud-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 228a9ab..c4531c6 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -16,7 +16,7 @@ We've designed our implementation to allow the same cloud-config file to work ac The cloud-config file uses the [YAML][yaml] file format, which uses whitespace and new-lines to delimit lists, associative arrays, and values. -A cloud-config file should contain an associative array which has zero or more of the following keys: +A cloud-config file should contain `#cloud-config`, followed by an associative array which has zero or more of the following keys: - `coreos` - `ssh_authorized_keys`