summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix user output to say waht changedPhil Dibowitz2020-11-181-2/+2
* fix chefstylePhil Dibowitz2020-11-121-2/+2
* Fix tests; improve outputPhil Dibowitz2020-11-121-2/+2
* Fix group output and windows supportPhil Dibowitz2020-11-121-4/+12
* Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-031-2/+0
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-4/+4
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-3/+3
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-6/+6
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* cleanup of group providerlcg/group-provider-cleanupLamont Granquist2016-12-211-46/+41
* Don't fail when removing non-existing group memberSalim Alam2016-04-071-0/+7
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* add the word group to converge_by call for group providerJordan Evans2015-10-241-1/+1
* alter messages generated by group provider to show group_nameDave Eddy2015-03-161-5/+5
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-0/+2
* Merge branch 'jtimberman/CHEF-4927' into contributions-cc-51sersut2014-03-121-1/+1
|\
| * CHEF-4927 - coerce group GID to stringjtimberman2014-01-071-1/+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-2/+6
|/
* Fix unit tests on group providers.sersut2013-11-141-3/+3
* Fix the error message in the conflicting user add/remove in group resource.sersut2013-11-111-1/+1
* New property :excluded_members for group resource and required common code ar...sersut2013-11-111-11/+30
* Normalize whitespace on all filesSeth Vargo2013-09-261-21/+21
* [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-301-1/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+159