yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61612
[Bug 1665773] [NEW] wrong configuration example for cc_set_passwords module
Public bug reported:
example config in documentation is:
```
chpasswd:
list:
- user1:password1
- user2:Random
- user3:password3
- user4:R
```
but cc_set_passwords fails with config above (LP#1665694)
Actually testcase for the module uses multiline string https://git.launchpad.net/cloud-init/tree/tests/cloud_tests/configs/modules/set_password_list.yaml#n21
and therefore documentation should contain:
```
chpasswd:
list: |
tom:mypassword123!
dick:R
harry:Random
** Affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1665773
Title:
wrong configuration example for cc_set_passwords module
Status in cloud-init:
New
Bug description:
example config in documentation is:
```
chpasswd:
list:
- user1:password1
- user2:Random
- user3:password3
- user4:R
```
but cc_set_passwords fails with config above (LP#1665694)
Actually testcase for the module uses multiline string https://git.launchpad.net/cloud-init/tree/tests/cloud_tests/configs/modules/set_password_list.yaml#n21
and therefore documentation should contain:
```
chpasswd:
list: |
tom:mypassword123!
dick:R
harry:Random
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1665773/+subscriptions
Follow ups