← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~d-info-e/cloud-init:fix-user-group-doc into cloud-init:master

 

do3meli has proposed merging ~d-info-e/cloud-init:fix-user-group-doc into cloud-init:master.

Commit message:
correct documentation to match correct attribute name usage.

LP: #1420018

Requested reviews:
  cloud-init commiters (cloud-init-dev)
Related bugs:
  Bug #1420018 in cloud-init: "docs: user-groups uses - instead of _"
  https://bugs.launchpad.net/cloud-init/+bug/1420018

For more details, see:
https://code.launchpad.net/~d-info-e/cloud-init/+git/cloud-init/+merge/342251
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~d-info-e/cloud-init:fix-user-group-doc into cloud-init:master.
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt
index 0554d1f..d0efa8e 100644
--- a/doc/examples/cloud-config-user-groups.txt
+++ b/doc/examples/cloud-config-user-groups.txt
@@ -66,9 +66,9 @@ users:
 #               should use SSH authentication only.
 #
 #               You have thus been warned.
-#   no-create-home: When set to true, do not create home directory.
-#   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.
+#   no_create_home: When set to true, do not create home directory.
+#   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-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.

Follow ups