You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
trbs 1f673450cd Fix for #3062 additional groups should only be added once.
Also consolidated duplicate groups code into one get_groups_set() method.
Removed unused call to user_group_membership.
Removed sorting operations on set functions cause sets are inherently unordered.
Minor style improvements to match the rest of the code.

The new function will make the order of group names passed to the system command less determistic.
Which was already the case for modify_user_usermod() but not for other methods.
It will also strip out duplicate group names automatically which was not always the case previously.
12 years ago
cloud Some formatting fixes so docs will build, etc. 12 years ago
commands No need to expanduser() command's chdir argument twice 12 years ago
database Now can specify amount of time to wait_for_handoffs or ring ready instead of booleans. 12 years ago
files Merge branch 'escape' of git://github.com/ngrilly/ansible into repr 12 years ago
internal
inventory
messaging Update rabbitmq_user/vhost/parameter to pass the node to rabbitmqctl using -n flag to rabbitmqctl rather than setting the environment variable. 12 years ago
monitoring Fix version added field in modules. 12 years ago
net_infrastructure
network Fixup fetch doc formatting. 12 years ago
notification
packaging Lots of formatting fixes 12 years ago
source_control
system Fix for #3062 additional groups should only be added once. 12 years ago
utilities
web_infrastructure