summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1b08d30..3a688ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)