summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-06-09 20:38:09 -0400
committerScott Moser <smoser@ubuntu.com>2014-06-09 20:38:09 -0400
commit9a61ab153ab9d68fb796650666d4ad6729926685 (patch)
tree31fdf137ec368b3e22a76f6fb0b5f1f3f0cf9ae1
parent2bb228751a223f21296ff9166b42583c670359a5 (diff)
downloadvyos-cloud-init-9a61ab153ab9d68fb796650666d4ad6729926685.tar.gz
vyos-cloud-init-9a61ab153ab9d68fb796650666d4ad6729926685.zip
doc: fix user-groups doc to reference plural ssh-authorized-keys
LP: #1327065
-rw-r--r--ChangeLog2
-rw-r--r--doc/examples/cloud-config-user-groups.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c455f469..7a35d324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
- Poll on /dev/ttyS1 in CloudSigma datasource only if dmidecode says
we're running on cloudsigma (LP: #1316475) [Kiril Vladimiroff]
- SmartOS test: do not require existance of /dev/ttyS1. [LP: #1316597]
+ - doc: fix user-groups doc to reference plural ssh-authorized-keys
+ (LP: #1327065) [Joern Heissler]
0.7.5:
- open 0.7.5
- Add a debug log message around import failures
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt
index 01548380..31491faf 100644
--- a/doc/examples/cloud-config-user-groups.txt
+++ b/doc/examples/cloud-config-user-groups.txt
@@ -69,7 +69,7 @@ users:
# no-user-group: When set to true, do not create a group named after the user.
# no-log-init: When set to true, do not initialize lastlog and faillog database.
# ssh-import-id: Optional. Import SSH ids
-# ssh-authorized-key: Optional. Add key to user's ssh authorized keys file
+# ssh-authorized-keys: Optional. [list] Add keys to user's authorized keys file
# sudo: Defaults to none. Set to the sudo string you want to use, i.e.
# ALL=(ALL) NOPASSWD:ALL. To add multiple rules, use the following
# format.