summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-10-02 09:28:42 -0400
committerScott Moser <smoser@ubuntu.com>2013-10-02 09:28:42 -0400
commited8cb662f72e4e3e03ee0489593b7d114e5618cf (patch)
tree733c31db512febf2d5f5c6820dd7d7a29b1a9c7b /ChangeLog
parentadbc9e73376cc7ef70455197f57aa41104eba7d6 (diff)
parentc8abc4a6dc53624809a1fcd065ac132678f376ef (diff)
downloadvyos-cloud-init-ed8cb662f72e4e3e03ee0489593b7d114e5618cf.tar.gz
vyos-cloud-init-ed8cb662f72e4e3e03ee0489593b7d114e5618cf.zip
examples/cloud-config-user-groups.txt doc fix, fix pep8
fix documentation of mkpasswd usage in doc/examples/cloud-config-user-groups.txt Also, Precise's version of pep8 insists on ordering of imports, but saucy's has not. So we had some incorrect ordering. This fixes './tools/run-pep8' on precise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 886e8f5b..caac8720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,7 @@
- multi_log: only write to /dev/console if it exists [Garrett Holmstrom]
- config/cloud.cfg: add 'sudo' to list groups for the default user
(LP: #1228228)
+ - documentation fix for use of 'mkpasswd' [Eric Nordlund]
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)