summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-09-22 09:00:48 -0400
committerGitHub <noreply@github.com>2020-09-22 09:00:48 -0400
commitd2e1b315f1fbd325a62434c7d46bc8ea41417333 (patch)
tree807806c9f384e9ac6ac04d548a00a8d31514c08a
parent09a0dfb1759a4f747415c8cd6b66c63cc4374e5d (diff)
downloadvyos-cloud-init-d2e1b315f1fbd325a62434c7d46bc8ea41417333.tar.gz
vyos-cloud-init-d2e1b315f1fbd325a62434c7d46bc8ea41417333.zip
cc_users_groups: minor doc formatting fix (#577)
Co-authored-by: Rick Harding <rharding@mitechie.com>
-rw-r--r--cloudinit/config/cc_users_groups.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/cloudinit/config/cc_users_groups.py b/cloudinit/config/cc_users_groups.py
index 426498a3..d4e923ef 100644
--- a/cloudinit/config/cc_users_groups.py
+++ b/cloudinit/config/cc_users_groups.py
@@ -80,10 +80,9 @@ config keys for an entry in ``users`` are as follows:
.. note::
Most of these configuration options will not be honored if the user
- already exists. Following options are the exceptions and they are
- applicable on already-existing users:
- - 'plain_text_passwd', 'hashed_passwd', 'lock_passwd', 'sudo',
- 'ssh_authorized_keys', 'ssh_redirect_user'.
+ already exists. The following options are the exceptions; they are applied
+ to already-existing users: ``plain_text_passwd``, ``hashed_passwd``,
+ ``lock_passwd``, ``sudo``, ``ssh_authorized_keys``, ``ssh_redirect_user``.
**Internal name:** ``cc_users_groups``