From 5a0bee770fe80573e8efad9ca97233079adebd78 Mon Sep 17 00:00:00 2001 From: Sergio Lystopad Date: Fri, 17 Feb 2017 22:50:32 +0200 Subject: doc: Fix configuration example for cc_set_passwords module. The documentation indicated chpasswd/list should be a list when the code only accepts a string. LP: #1665773 --- cloudinit/config/cc_set_passwords.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cloudinit/config/cc_set_passwords.py b/cloudinit/config/cc_set_passwords.py index cf1f59ec..af6704c6 100755 --- a/cloudinit/config/cc_set_passwords.py +++ b/cloudinit/config/cc_set_passwords.py @@ -45,11 +45,11 @@ enabled, disabled, or left to system defaults using ``ssh_pwauth``. expire: chpasswd: - list: - - user1:password1 - - user2:Random - - user3:password3 - - user4:R + list: | + user1:password1 + user2:Random + user3:password3 + user4:R """ import sys -- cgit v1.2.3