← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~slystopad/cloud-init:merge/chpasswd-data-as-list into cloud-init:master

 

The proposal to merge ~slystopad/cloud-init:merge/chpasswd-data-as-list into cloud-init:master has been updated.

Commit Message changed to:

Support data for chpasswd in list or string format.

By default cc_set_passwords supports list of pairs specified as multiline
string:

  chpasswd:
    list: |
      user:pass1
      user015:R

This patch adds support for user/pairs as yaml list:

chpasswd:
  list:
    - user:pass1
    - user015:R

LP: #1665773
LP: #1665694

For more details, see:
https://code.launchpad.net/~slystopad/cloud-init/+git/cloud-init/+merge/317774
-- 
Your team cloud init development team is requested to review the proposed merge of ~slystopad/cloud-init:merge/chpasswd-data-as-list into cloud-init:master.


References