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.
ansible/system
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.
13 years ago
..
authorized_key fix for authorized_key: skip chown and chmod if authorized_key_file is link 13 years ago
cron Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
facter Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
filesystem Use get_bin_path to find mkfs command (issue #2983) 13 years ago
group FreeBSD group operations is now supported properly. 13 years ago
lvg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
lvol Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
mount Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
ohai Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
ping Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
seboolean Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
selinux Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
service Fixes #2991: Service module pattern argument ignored. 13 years ago
setup Verify /proc/modules is readable (issue #2990) 13 years ago
sysctl Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
user Fix for #3062 additional groups should only be added once. 13 years ago
zfs Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago