diff options
author | Sergio Lystopad <slystopad@mirantis.com> | 2017-02-20 16:45:33 +0200 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-03-09 15:14:12 -0500 |
commit | 7f2b51054a5defec4c04fc40026bda7dd29f69fe (patch) | |
tree | b2290f6ae389ce36f048178d8a57350fac5e125c /cloudinit/config/cc_scripts_per_boot.py | |
parent | 5a0bee770fe80573e8efad9ca97233079adebd78 (diff) | |
download | vyos-cloud-init-7f2b51054a5defec4c04fc40026bda7dd29f69fe.tar.gz vyos-cloud-init-7f2b51054a5defec4c04fc40026bda7dd29f69fe.zip |
Support chpasswd/list being a list in addition to a string.
cc_set_passwords previously supported 'list' as a multiline string:
chpasswd:
list: |
user:pass1
user015:R
This patch adds support for user/pairs as a list:
chpasswd:
list:
- user:pass1
- user015:R
LP: #1665694
Diffstat (limited to 'cloudinit/config/cc_scripts_per_boot.py')
0 files changed, 0 insertions, 0 deletions