diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-01-31 08:14:54 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-01-31 08:14:54 -0500 |
commit | 50222a4a387e5e013bc48df7a7a208698368a527 (patch) | |
tree | 3d46c491c71b2e2f9e3bef871c90f0df980612e4 /ChangeLog | |
parent | 9df0a78e527875d1bee2be02e477176c35a971b8 (diff) | |
download | vyos-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ debian, fedora, rhel) (LP: #1100029) - fix /etc/hosts writing when templates are used (LP: #1100036) - add package versioning logic to package installation functionality (LP: #1108047) + - fix documentation for write_files to correctly list 'permissions' + rather than 'perms' (LP: #1111205) 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |