summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/msu.rb
Commit message (Expand)AuthorAgeFilesLines
* msu pkg removal also requires timeoutdheerajd-msys2020-04-161-0/+1
* add timeout propertydheerajd-msys2020-04-141-0/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* add require for CGIlcg/unescapeLamont Granquist2020-02-201-1/+2
* fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-201-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-7/+7
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Remove extraneous `puts`smurawski/cab_compareSteven Murawski2017-05-081-1/+1
* return the resource rather than an empty assignment to a local variableSteven Murawski2017-05-081-1/+1
* Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-1/+0
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-11/+11
* Using shell_out_with_timeout! to throw exception if the command fails.NimishaS2016-11-231-2/+1
* msu_package resource for Microsoft Update packagesNimishaS2016-11-161-0/+163