Merge pull request #66 from bcwaldon/doc-encoding

doc(write_files): Explicitly document lack of encoding support
This commit is contained in:
Brian Waldon 2014-04-15 10:06:14 -07:00
commit 2e237ebead

View File

@ -263,6 +263,9 @@ Provide a list of objects with the following attributes:
- **permissions**: String representing file permissions in octal notation (i.e. '0644') - **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 `<user>:<group>` argument to `chown <user>:<group> <path>`. - **owner**: User and group that should own the file written to disk. This is equivalent to the `<user>:<group>` argument to `chown <user>:<group> <path>`.
Explicitly not implemented is the **encoding** attribute.
The **content** field must represent exactly what should be written to disk.
### manage_etc_hosts ### manage_etc_hosts
Have coreos-cloudinit manage your /etc/hosts file for local name resolution. Have coreos-cloudinit manage your /etc/hosts file for local name resolution.