diff --git a/doc/module-docs/cc_users_groups/example3.yaml b/doc/module-docs/cc_users_groups/example3.yaml index b39665b1b1a..c41d096cef3 100644 --- a/doc/module-docs/cc_users_groups/example3.yaml +++ b/doc/module-docs/cc_users_groups/example3.yaml @@ -2,3 +2,5 @@ users: - name: newsuper shell: /bin/bash + lock_passwd: true + ssh_import_id: ['gh:TheRealFalcon', 'lp:falcojr'] diff --git a/doc/module-docs/cc_users_groups/example4.yaml b/doc/module-docs/cc_users_groups/example4.yaml index cd5647f85a5..bb1fedb4c4a 100644 --- a/doc/module-docs/cc_users_groups/example4.yaml +++ b/doc/module-docs/cc_users_groups/example4.yaml @@ -1,5 +1,6 @@ #cloud-config users: - doas: [permit nopass newsuper, deny newsuper as root] + lock_passwd: true name: newsuper - + ssh_import_id: ['gh:TheRealFalcon', 'lp:falcojr']