ansible/library/system
trbs b537aff586 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.
2013-05-30 19:18:18 -04:00
..
authorized_key fix for authorized_key: skip chown and chmod if authorized_key_file is link 2013-05-08 01:47:41 +02:00
cron Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
facter Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
filesystem Use get_bin_path to find mkfs command (issue #2983) 2013-05-30 10:25:35 -07:00
group FreeBSD group operations is now supported properly. 2013-05-08 13:36:55 +04:00
lvg Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
lvol Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
mount Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
ohai Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
ping Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
seboolean Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
selinux Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
service Fixes #2991: Service module pattern argument ignored. 2013-05-23 09:39:26 -06:00
setup Verify /proc/modules is readable (issue #2990) 2013-05-30 10:25:48 -07:00
sysctl Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
user Fix for #3062 additional groups should only be added once. 2013-05-30 19:18:18 -04:00
zfs Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00