summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_users_groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/config/cc_users_groups.py')
-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``