Commit Graph

25 Commits (94de4db928c274b4aa5006530789820c5bb7f5fa)

Author SHA1 Message Date
Stephen Fromm 6742e9c3f4 Add option required=(True|False) to get_bin_path and update modules
14 years ago
Stephen Fromm e5a635672c Migrate remaining modules to use get_bin_path in module_common.py
14 years ago
Michael DeHaan 477ca2ed1a Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
Stephen Fromm 49f3ab6757 Abstract how to look up user password to be more flexible
14 years ago
Michael DeHaan 7e9e29011e Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
Michael DeHaan ce5f3dd148 Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
14 years ago
Mark Theunissen 97cc259d8c Undefined variable error
14 years ago
Stephen Fromm f068bedfa1 Update user module to use new shared module code
14 years ago
Michael DeHaan 64c51ade1e Change the way we do with_items to make them happen next to each other in runner, which eliminates the problem of with_items and vars_files sometimes not playing nice with each other.
14 years ago
Jeremy Smitherman ecacb67d31 Added yes/no to user options instead of False comparison for force and remove options for user module
14 years ago
Stephen Fromm ac3341cc12 Minor fix to user module to further streamline setting 'changed' flag
14 years ago
Michael DeHaan 3235da074e Merge pull request #568 from sfromm/user
14 years ago
Stephen Fromm 09f025b7a0 Fixes to user module for better error handling
14 years ago
Seth Vidal 2f11350665 modify user module so that password is NEVER logged before the command runs
14 years ago
Brad Olson 2b8bc789c2 Remove call to undefined debug() in module 'user'.
14 years ago
Stephen Fromm aea022b002 Apply logging of arguments to modules (issue #122)
14 years ago
Stephen Fromm 73ffec9710 Move import of spwd under a try block
14 years ago
Brendan Beveridge 5059588b17 remove now useless append check in user_mod
14 years ago
Brendan Beveridge 2635195185 Fixes issue #315
14 years ago
Jeroen Hoekx 2c8fbdbd20 Group order in user module should not matter.
14 years ago
Daniel Néri a837009c5d Add 'system' option for user and group modules
14 years ago
Michael DeHaan 36e454c52f Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
14 years ago
Stephen Fromm 416eb36b9a Update user module to support supplementary group membership
14 years ago
Stephen Fromm 8592b3b40d Update user module to support group name
14 years ago
Stephen Fromm f4835477b0 Add user module to create, modify, and delete user accounts
14 years ago