summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group
Commit message (Expand)AuthorAgeFilesLines
* fix unnecessary quoting of argslcg/deprecate-run-commandLamont Granquist2016-12-201-1/+1
* fix groupadd specs and modernizeLamont Granquist2016-12-201-28/+25
* remove run_command from groupaddLamont Granquist2016-12-201-3/+3
* Use `all?` instead of `any?` to check for SUSE usersTom Duffield2016-10-211-1/+1
* Raise error if suse group manager adds non-existent userCOOL-597/address-suse-test-failuresTom Duffield2016-10-201-4/+23
* Solaris doesn't support -r for users or group.Noah Kantrowitz2016-09-191-1/+2
* Fix specify members of group on suse/openbsd/solaris2/hpuxTim Smith2016-07-301-1/+1
* Update specssalam/group-fixSalim Alam2016-04-071-1/+1
* Don't fail when removing non-existing group memberSalim Alam2016-04-071-6/+19
* remove unnecessary whitespaceMarkus Winter2016-03-151-2/+2
* fix for https://github.com/chef/chef/issues/4689Markus Winter2016-03-121-4/+6
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-055-9/+9
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-024-4/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-027-7/+7
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-029-9/+9
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-149-19/+19
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-123-9/+9
* Don't modify members of new_resource in pw group implmentationjdm/freebsd-pw-fixJay Mundrawala2015-08-171-1/+1
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-022-1/+2
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-028-11/+9
* Add platform_version to supported filtersJohn Keiser2015-06-022-10/+2
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-025-0/+15
* provider_resolver migration from provider_mappingLamont Granquist2015-03-044-0/+8
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-4/+3
* Updates based on the PR comments.Serdar Sutay2014-10-281-7/+3
* Fix freebsd group provider regression introduced by b06510323102fcb35fb7b0289...Serdar Sutay2014-10-281-9/+9
* use group_name when checking if the group exists on mac osx with dsclThiago Oliveira2014-10-171-2/+2
* Fix creation of non-empty FreeBSD groupsJacob Vosmaer2014-08-181-1/+8
* Fix OSX Group provider to be properly idempotentPhil Dibowitz2014-08-041-9/+27
* aix: fix aix group provider to add/remove group members.kaustubh-d2014-07-311-2/+17
* fixing all the extra blank linesLamont Granquist2014-07-294-5/+0
* add shell_out to base provider codeLamont Granquist2014-07-294-8/+0
* omnios uses solaris2-like usermod for groupsRicardo Signes2014-06-021-1/+1
* Make conditional more concise with ternary operator per CR feedback.Adam Edwards2014-01-131-7/+1
* Rename method to reflect predicate usage from code review feedbackAdam Edwards2014-01-131-3/+3
* SID awareness in group base class to fix regression where resource always upd...Adam Edwards2014-01-131-3/+7
* Also use sid in excluded_members check, fixes group_spec regressionAdam Edwards2014-01-131-4/+14
* CHEF-3012: Use SID instead of username for group membership checksadamedx2014-01-131-1/+3
* Fix specs on Solaris.sersut2013-11-191-4/+12
* Fix specs on FreeBSD.sersut2013-11-191-15/+26
* exluded_members support in pw group provider.sersut2013-11-141-9/+41
* excluded_members support for groupmod provider.sersut2013-11-141-36/+46
* Fix unit tests on group providers.sersut2013-11-142-3/+7
* Support for excluded_members property in Suse, Groupadd Gpasswd providers. Re...sersut2013-11-144-59/+94
* Support :excluded_members in windows group provider.sersut2013-11-121-6/+13
* Support :excluded members in gpasswd provider.sersut2013-11-111-15/+29