diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 6c4b516..f8828af 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -263,6 +263,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.