summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-01-31 08:14:54 -0500
committerScott Moser <smoser@ubuntu.com>2013-01-31 08:14:54 -0500
commit50222a4a387e5e013bc48df7a7a208698368a527 (patch)
tree3d46c491c71b2e2f9e3bef871c90f0df980612e4 /doc
parent9df0a78e527875d1bee2be02e477176c35a971b8 (diff)
downloadvyos-cloud-init-50222a4a387e5e013bc48df7a7a208698368a527.tar.gz
vyos-cloud-init-50222a4a387e5e013bc48df7a7a208698368a527.zip
doc: fix example in cloud-config-write-files.txt
The write_files documentation incorrectly used 'perms' rather than 'permissions'. LP: #1111205
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-write-files.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/cloud-config-write-files.txt b/doc/examples/cloud-config-write-files.txt
index 9c4e3998..ec98bc93 100644
--- a/doc/examples/cloud-config-write-files.txt
+++ b/doc/examples/cloud-config-write-files.txt
@@ -12,7 +12,7 @@ write_files:
content: CiMgVGhpcyBmaWxlIGNvbnRyb2xzIHRoZSBzdGF0ZSBvZiBTRUxpbnV4...
owner: root:root
path: /etc/sysconfig/selinux
- perms: '0644'
+ permissions: '0644'
- content: |
# My new /etc/sysconfig/samba file
@@ -24,10 +24,10 @@ write_files:
AAAAAAAAAwAAAAQAAAAAAgAAAAAAAAACQAAAAAAAAAJAAAAAAAAcAAAAAAAAABwAAAAAAAAAAQAA
....
path: /bin/arch
- perms: '0555'
+ permissions: '0555'
- encoding: gzip
content: !!binary |
H4sIAIDb/U8C/1NW1E/KzNMvzuBKTc7IV8hIzcnJVyjPL8pJ4QIA6N+MVxsAAAA=
path: /usr/bin/hello
- perms: '0755'
+ permissions: '0755'