ansible/test/integration
Ruediger Pluem 2f7e0b8489
user - consistently create user home directory on Linux (#71952)
Always use create_homedir when we are asked to create a home directory
in the User class. Don't use the -m and -k parameters from
useradd / luseradd as they behave differently with respect to
preexisting home directories. Instead always specify -M to ensure
that useradd / luseradd do not try to create the home directory.

This does not change potential different behaviours in child classes
of the User class.

Consider the new umask option from #73821 in create_homedir as well as
we do not let luseradd / useradd create the home directory any longer.
2021-05-07 17:00:10 -04:00
..
targets user - consistently create user home directory on Linux (#71952) 2021-05-07 17:00:10 -04:00
network-integration.cfg Update network integration auth timeout (#71057) 2020-08-03 19:28:30 +05:30
network-integration.requirements.txt Update ansible-test network test provisioning. (#68220) 2020-03-23 11:14:21 -05:00