From 6f91b76d796b87fd5ae221eb0a05987186595f68 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Thu, 20 Nov 2014 10:43:32 -0800 Subject: [PATCH] docs: correct type of permissions --- 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 fa2d969..e36778c 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -326,7 +326,7 @@ Each item in the list may have the following keys: - **path**: Absolute location on disk where contents should be written - **content**: Data to write at the provided `path` -- **permissions**: String representing file permissions in octal notation (i.e. '0644') +- **permissions**: Integer representing file permissions, typically 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.