summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* add apologetic commentlcg/dnf-versionfixLamont Granquist2020-12-281-0/+3
* chefstyleLamont Granquist2020-12-281-13/+13
* add a couple more commentsLamont Granquist2020-12-281-0/+5
* use_magical_versionLamont Granquist2020-12-282-17/+33
* comments and spellcheckLamont Granquist2020-12-282-0/+7
* Fix idempotency and parsing issues with DNF installsLamont Granquist2020-12-284-31/+74
* Use casecmp instead of a case insensitive regexperf_bumpsTim Smith2020-12-211-2/+2
* Move the whole regex into our regex constantTim Smith2020-12-211-2/+2
* Use include? instead of a regex with string matchingTim Smith2020-12-211-1/+1
* Merge pull request #10379 from chef/rubygems_18Tim Smith2020-12-181-4/+1
|\
| * Assume Rubygems 1.8 in the rubygems provider / specsrubygems_18Tim Smith2020-09-021-4/+1
* | Resolve indentation warnings from ChefstyleTim Smith2020-12-041-5/+5
* | Roll back a few chefstyle fixesTim Smith2020-12-011-5/+5
* | Merge pull request #10683 from chef/cmdletTim Smith2020-12-012-44/+28
|\ \
| * | fix typocmdletmwrock2020-11-301-1/+1
| * | responding to feedbackmwrock2020-11-301-3/+2
| * | replace usages of Cmdlet class with powershell_execmwrock2020-11-302-44/+29
* | | Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-5/+5
* | | Resolve NameError running mac_user resourceTim Smith2020-11-251-1/+1
|/ /
* | Fixed aix spec failure when the target state is to disable the mount.antima-gupta2020-11-242-3/+2
* | Updated device_real method to fix aix test failure.antima-gupta2020-11-241-1/+2
* | Avoid ambiguous regexesambiguous_regexTim Smith2020-11-211-2/+2
* | Fix user output to say waht changedPhil Dibowitz2020-11-184-18/+41
* | Merge pull request #10472 from MsysTechnologiesllc/antima/fixes_for_mutltiple...Tim Smith2020-11-161-30/+38
|\ \
| * | Updated edit_fstab method as per review comment.antima-gupta2020-11-131-7/+7
| * | Removed default action value as per review comment.antima-gupta2020-11-121-2/+2
| * | updated method name from update_or_delete_fs to edit_fstab as per review comm...antima-gupta2020-11-121-4/+4
| * | Fixed chefstyle failure.antima-gupta2020-11-121-2/+2
| * | Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-121-26/+38
| * | Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-121-4/+0
* | | Fix comment typoTim Smith2020-11-131-1/+1
* | | Merge pull request #10648 from chef/lcg/zypper-fix2Lamont Granquist2020-11-131-0/+6
|\ \ \
| * | | Fix zypper_package CI failuresLamont Granquist2020-11-131-0/+6
| |/ /
* | | fix chefstylePhil Dibowitz2020-11-121-2/+2
* | | Fix tests; improve outputPhil Dibowitz2020-11-121-2/+2
* | | Fix group output and windows supportPhil Dibowitz2020-11-122-5/+24
|/ /
* | Merge pull request #10631 from chef/lcg/zypper-fixTim Smith2020-11-112-71/+95
|\ \
| * | cleanupLamont Granquist2020-11-111-1/+2
| * | update zypper_packageLamont Granquist2020-11-112-72/+95
* | | Removed '/' from mount_point property.antima-gupta2020-11-112-2/+2
* | | Updated the Regex as per review comment.antima-gupta2020-11-111-2/+2
* | | Fixes for CIFS mount not idempotent issue.antima-gupta2020-11-113-4/+11
|/ /
* | Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-081-1/+1
* | Collapse more duplicate branchesTim Smith2020-11-061-6/+1
* | Collapse several duplicate branches downTim Smith2020-11-062-10/+2
* | Use .compact instead of .select/.reject to remove nilscompactTim Smith2020-11-041-2/+2
* | Merge pull request #10545 from chef/out_to_execMatt Wrock2020-10-301-4/+4
|\ \
| * | convert most internal powershell_out to powershell_execmwrock2020-10-281-4/+4
* | | Merge pull request #10584 from chef/simplify_regexTim Smith2020-10-302-2/+2
|\ \ \
| * | | Simplify regexes by removing extra character classesTim Smith2020-10-302-2/+2