summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Don't try a git branch -f if already on the same branchMatthieu Serrepuy2020-07-101-4/+12
* Fix quotes for ChefstyleTim Smith2020-07-072-2/+2
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-072-2/+2
* Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* Minor docs updates and MacOS -> macOSTim Smith2020-06-171-1/+1
* Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-151-12/+0
|\
| * Fixed cron resource weekday property.antima-gupta2020-06-101-12/+0
* | updates for chefstyle and spellcheck errorsDavin Taddeo2020-06-151-1/+1
* | Chefstyle fixesTim Smith2020-06-141-5/+6
* | Merge pull request #9989 from chef/matchTim Smith2020-06-1423-49/+49
|\ \
| * | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-1123-49/+49
* | | Fix snap_package bugsPhil Dibowitz2020-06-141-28/+96
|/ /
* | Move some requires to where they are used.Pete Higgins2020-06-102-2/+2
|/
* Merge pull request #9932 from chef/script-resources-use-pipesTim Smith2020-06-054-122/+102
|\
| * Remove unix code from WindowsScript.Pete Higgins2020-06-031-13/+1
| * Restrict temp file to when it is used.Pete Higgins2020-06-033-21/+20
| * Move code using temp file from Script to WindowsScript.Pete Higgins2020-06-032-62/+71
| * Remove and unnecesary method.Pete Higgins2020-06-031-5/+1
| * Move some code out of the action block to its own method.Pete Higgins2020-06-031-4/+10
| * Cleanup some shared code in WindowsScript and children.Pete Higgins2020-06-033-20/+16
| * Remove a temp variable.Pete Higgins2020-06-031-2/+1
| * Untangle some inheritance code around script code.Pete Higgins2020-06-032-17/+6
| * Untangle some inheritance code around script extension.Pete Higgins2020-06-033-12/+14
| * Remove no-op method.Pete Higgins2020-06-031-4/+0
* | Add specs and rename fingerprint -> short idzypper_repositoryTim Smith2020-06-051-9/+12
* | Change how we get the fingerprint againTim Smith2020-06-041-4/+4
* | Make sure gpg_version is actually a version objectTim Smith2020-06-041-1/+1
* | Fix zypper_repository key handling on SLES 15+Tim Smith2020-06-041-4/+21
* | Fixed Powershell_Package does not throw error when it cannot connect to power...sanga172020-06-021-1/+5
|/
* Update to ssl_verify_mode on remote_filePhil Dibowitz2020-05-271-6/+1
* Fix incorrect ruby in the ssl_verify_mode checkTim Smith2020-05-271-2/+2
* Chefstyle updatesTim Smith2020-05-271-1/+1
* Merge pull request #9833 from jaymzh/remote_file_sslTim Smith2020-05-271-0/+8
|\
| * Add ssl_verify option for remote_filePhil Dibowitz2020-05-181-0/+8
* | Add an input property to the execute resource for passing input on STDIN.Pete Higgins2020-05-261-1/+2
* | Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-222-4/+4
* | Downcase checksums when they come into the system.Pete Higgins2020-05-192-2/+2
* | Fix a correction.Pete Higgins2020-05-181-1/+1
* | Get lib/ free of spelling violations.Pete Higgins2020-05-1814-18/+25
|/
* Remove useless testLamont Granquist2020-05-131-2/+0
* fixing testsLamont Granquist2020-05-131-1/+3
* Fixes and tests for Chef-16 regression in launchdLamont Granquist2020-05-132-6/+17
* Avoid ruby deprecation warnings in cab_package and powershell_scriptdeprecation_warningsTim Smith2020-05-122-2/+2
* Merge pull request #9812 from chef/lcg/fix-unified-mode-launchdLamont Granquist2020-05-062-26/+22
|\
| * Fix macOS sudo command.Pete Higgins2020-05-061-2/+4
| * more lexical scoping fixesLamont Granquist2020-05-061-3/+2
| * remove name properties (pointless)Lamont Granquist2020-05-061-3/+0
| * fix the scoping problems with file_contentLamont Granquist2020-05-061-4/+4
| * make it real obvious we're doing lexical scopingLamont Granquist2020-05-061-2/+2
| * fix launchd provider for chef-16Lamont Granquist2020-05-061-20/+18