summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Align all our comments with the codeTim Smith2020-05-062-4/+4
|/
* remove other source_resource referenceLamont Granquist2020-05-041-1/+1
* Fix windows package super bug and cleanupLamont Granquist2020-05-041-51/+26
* Avoid setting package to macports and then overriding to homebrewfix_mac_packageTim Smith2020-05-032-3/+1
* OS X -> macOSTim Smith2020-04-301-1/+1
* Fix more ruby 2.7 warning logspamlcg/more-ruby-27-logging-suppressionLamont Granquist2020-04-282-2/+3
* Remove the pointless helper methodTim Smith2020-04-241-6/+2
* Move the windows only timeout property from service to windows_serviceTim Smith2020-04-241-3/+1
* Merge pull request #9726 from chef/lcg/chef-16-gitTim Smith2020-04-232-13/+73
|\
| * Chef-16 git provider fixesLamont Granquist2020-04-232-13/+73
* | Fix for Chocolate_resource options causing extra quotesKapil/Github-9413_Chocolate_resource_options_causing_extra_quotesKapil Chouhan2020-04-231-2/+3
|/
* Chefstyle fixTim Smith2020-04-201-0/+1
* Update lib/chef/provider/package/pacman.rb Tim Smith2020-04-201-1/+1