diff options
author | Lars Kellogg-Stedman <lars@redhat.com> | 2016-12-03 21:29:45 -0500 |
---|---|---|
committer | Lars Kellogg-Stedman <lars@redhat.com> | 2016-12-03 21:33:50 -0500 |
commit | cbf93eb4ae9fba0797ab4ae7d62bc0d64611fa7e (patch) | |
tree | 1b1349ae230e889718e420ce3f2b10ded7aa9c09 /cloudinit/config/cc_scripts_per_boot.py | |
parent | 166df605dc9864eb163007300db7a611feb309d6 (diff) | |
download | vyos-cloud-init-cbf93eb4ae9fba0797ab4ae7d62bc0d64611fa7e.tar.gz vyos-cloud-init-cbf93eb4ae9fba0797ab4ae7d62bc0d64611fa7e.zip |
when adding a user, strip whitespace from group list
The documentation shows group names in the 'groups:' key delimited by
", ", but this will result in group names that contain spaces. This
can cause the 'groupadd' or 'useradd' commands to fail.
This patch ensures that we strip whitespace from either end of the
group names passed to the 'groups:' key.
LP: #1354694
Diffstat (limited to 'cloudinit/config/cc_scripts_per_boot.py')
0 files changed, 0 insertions, 0 deletions