summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-138-8/+8
* Fix typoVivek Singh2020-04-081-1/+1
* Cookstyle fixes for our resourcesTim Smith2020-03-161-5/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-055-10/+10
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-024-0/+7
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-086-7/+7
* Update the functional spec and provider behavior to matchJoshua Justice2019-02-071-8/+2
* Alter how set_members works in the new solaris group providerJoshua Justice2019-02-061-8/+2
* Add comment to provides lineJoshua Justice2019-01-251-0/+2
* Update copyright yearTim Smith2019-01-251-1/+1
* Chefstyle nitpicksJoshua Justice2019-01-251-2/+1
* Use provider specificity to maintain old behavior and remove reference to "so...Joshua Justice2019-01-251-2/+0
* Fix up headers and remove references to old versions of solarisJoshua Justice2019-01-251-1/+1
* Change the provides lines to reflect the new setup.Joshua Justice2019-01-252-2/+2
* Start modifying the files.Joshua Justice2019-01-251-32/+15
* Starting point: copy usermod and usermod specJoshua Justice2019-01-251-0/+90
* Remove support for unsupported opensuse < 42 from group providerTim Smith2019-01-243-6/+4
* Remove hpux support from group's usermod providerTim Smith2019-01-231-1/+1
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-131-0/+1
* Unification of shell_out APIsLamont Granquist2018-06-158-27/+27
* mechanical conversion of most debug log statements to traceThom May2018-03-266-18/+18
* Fix dscl group provider gid_used? (#6703)Sean Karlage2018-01-081-2/+6
* fixes for rubocop 0.49.1 engineLamont Granquist2017-06-202-2/+2
* Merge pull request #5679 from chef/lcg/fix-group-dsclLamont Granquist2016-12-221-11/+11
|\
| * fix dscl group provider func breakageLamont Granquist2016-12-221-11/+11
* | properly only call set_options onceLamont Granquist2016-12-221-1/+1
* | fix aix breakage from d5517ce1e766c096dde16e5c8a10732ee346c5dcLamont Granquist2016-12-221-1/+4
|/
* cleanup of group providerlcg/group-provider-cleanupLamont Granquist2016-12-219-182/+162
* 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