summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Avoid a splat operator where we don't need oneTim Smith2020-10-301-11/+1
|/ /
* | Remove the provides :package for solaris_packageTim Smith2020-10-291-1/+0
* | Remove opensolaris as wellTim Smith2020-10-282-2/+2
* | Remove support for nexentacore which has been dead since 2012Tim Smith2020-10-281-1/+0
|/
* fixed chef-style spec failure.antima-gupta2020-10-281-4/+4
* Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-282-13/+17
* Final batch of unified_mode providersLamont Granquist2020-10-263-902/+0
* ensure powershell_package commands are run with tls 1.2mwrock2020-10-201-3/+2
* Use a native resource in the ifconfig debian providerTim Smith2020-10-191-4/+3
* Add bridge property to ifconfig for RHEL based systemsTim Smith2020-10-191-1/+3
* Remove unit tests for ancient Debian / UbuntuTim Smith2020-10-191-1/+1
* Simplify the ifconfig provides statement on Ubuntu/DebianTim Smith2020-10-191-2/+1
* Merge pull request #10516 from chef/more_memoryTim Smith2020-10-164-10/+10
|\
| * Avoid using complex regexes when we can use include?Tim Smith2020-10-164-10/+10
* | Update lib/chef/provider/package/freebsd/base.rb Tim Smith2020-10-161-1/+1
* | Avoid a slow hash mergeTim Smith2020-10-161-1/+2
|/
* Avoid declaring arrays in loopsTim Smith2020-10-162-4/+6
* Merge pull request #10489 from jmherbst/ifconfig-10457Tim Smith2020-10-083-33/+85
|\
| * Fixing string quoting styleJake Herbst2020-10-061-1/+1
| * Changing ifconfig provider to use '-' trim_mode for its ERB templates and upd...Jake Herbst2020-10-063-33/+85
* | add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-1/+12
|/
* Use Ruby 2.6 endless Range syntax007lva2020-09-243-5/+5
* Merge pull request #10451 from chef/requiresTim Smith2020-09-231-1/+1
|\
| * Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* | Merge pull request #10447 from chef/VSingh/simplify-hashTim Smith2020-09-231-12/+3
|\ \
| * | dpkg package DRY up the codeVivek Singh2020-09-191-12/+3
| |/
* | Merge pull request #10449 from 007lva/chore/remove-unused-methodLamont Granquist2020-09-211-9/+0
|\ \
| * | Remove unused method007lva2020-09-201-9/+0
| |/
* | Check for full names in Homebrew package infoEd Flanagan2020-09-211-1/+1
|/
* Resolve Style/RedundantCondition copTim Smith2020-09-165-18/+6
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-152-2/+2
* merge all dist files back into dist.rbMarc Chamberland2020-09-152-2/+2
* tighten all require statements for dist implementationMarc Chamberland2020-09-152-2/+2
* move dist implementation into chef-utilsMarc Chamberland2020-09-153-7/+7
* Remove debug puts from snap_packagesnapTim Smith2020-09-091-1/+0
* Merge pull request #10396 from chef/stringsTim Smith2020-09-081-1/+1
|\
| * Use include? to example strings when we don't need a regexstringsTim Smith2020-09-081-1/+1
* | use autoloading for many required gemsmwrock2020-09-0813-35/+46
|/
* removed unnecessary 'ostruct' from linux mount provider spec.antima-gupta2020-08-281-0/+3
* Updated the author.antima-gupta2020-08-271-4/+6
* Fixed mount Resource for bind mounts is not idempotent.antima-gupta2020-08-271-0/+58
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-1/+1
* Merge pull request #10284 from chef/existTim Smith2020-08-147-10/+10
|\
| * File.exists? -> File.exist?existTim Smith2020-08-127-10/+10