From 19f8fe49af8f499d476cfc3d863f2311ad2a3ad2 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 8 Apr 2014 08:34:39 -0700 Subject: [PATCH] doc(write_files): Explicitly document lack of encoding support --- Documentation/cloud-config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index fe98893..cb18db6 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -261,6 +261,9 @@ Provide a list of objects with the following attributes: - **permissions**: String representing file permissions in octal notation (i.e. '0644') - **owner**: User and group that should own the file written to disk. This is equivalent to the `:` argument to `chown : `. +Explicitly not implemented is the **encoding** attribute. +The **content** field must represent exactly what should be written to disk. + ### manage_etc_hosts Have coreos-cloudinit manage your /etc/hosts file for local name resolution.