summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* convert breakpoint resource to a custom resourceLamont Granquist2017-05-251-38/+0
* Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-161-5/+3
* 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
* Make the cab compare on name and version, not just name. The new servicing m...Steven Murawski2017-05-081-13/+18
* change worning msg for windows create user resourceMSys2017-05-051-1/+1
* Merge pull request #6094 from whiteley/apt-fingerThom May2017-04-281-4/+7
|\
| * apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-04-261-4/+7
* | Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-1/+1
|/
* fixing small typoBernado Vale2017-04-211-1/+1
* Feed the rubocop.Noah Kantrowitz2017-04-101-1/+5
* Fix expand_options to cope with arrays too.Noah Kantrowitz2017-04-101-1/+1
* We missed this when options got converted to an array.Noah Kantrowitz2017-04-101-1/+1
* Merge pull request #5886 from MsysTechnologiesllc/nim/windows_taskThom May2017-04-061-0/+418
|\
| * Fixed review comments by thommaynimisha2017-04-061-1/+0
| * Removed config file and chcp commandnimisha2017-04-051-4/+12
| * Fixed Rubocop style issues and review commentsnimisha2017-03-311-398/+411
| * Using chcp 437 and fixed some bugsnimisha2017-03-311-5/+7
| * Accepting random_delay and execution_time_limit in secondsnimisha2017-03-311-1/+1
| * Fixed Idempotency checknimisha2017-03-311-25/+141
| * Removed :change action. Moved validations to after_creatednimisha2017-03-311-153/+39
| * Updated random_delay implementation and added execution_time_limit propertynimisha2017-03-311-9/+20
| * Added support for random_delay optionnimisha2017-03-311-12/+29
| * Adding windows_task resourcenimisha2017-03-311-0/+366
* | Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-6/+4
* | Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-047-12/+0
* | The action method is now available on Chef::Provider so we don’t need it in...Noah Kantrowitz2017-04-041-7/+0
* | fix build break on master in linux user providerlcg/fix-linux-userLamont Granquist2017-04-041-1/+1
* | add better specs around modifying gem sourcesLamont Granquist2017-04-041-1/+3
* | Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-7/+10
* | Merge branch 'master' into template-lazyNoah Kantrowitz2017-04-044-3/+6
|\ \
| * \ Merge pull request #5720 from Ppjet6/masterSteven Murawski2017-04-041-0/+1
| |\ \
| | * | Add -u param to usermod in linux_user resource when using non_uniqueMaxime “pep” Buquet2017-01-251-0/+1
| * | | Merge pull request #6000 from coderanger/no-more-constsNoah Kantrowitz2017-04-041-2/+0
| |\ \ \
| | * \ \ Merge branch 'master' into no-more-constsNoah Kantrowitz2017-04-046-9/+9
| | |\ \ \
| | * | | | Try removing the const-ificiation of DSL-based resources/providers.Noah Kantrowitz2017-04-031-2/+0
| * | | | | Merge pull request #5854 from mikedodge04/ld_restartThom May2017-04-041-0/+4
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'chef/master' into ld_restartMike Dodge2017-03-2748-359/+71
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Adding restart action to launchd resourceMike Dodge2017-03-021-0/+4
| * | | | | | Merge pull request #5971 from nathwill/sd-verify-optionalThom May2017-04-041-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | provide verification escape-hatch & document internal vs user-managed propertiesNathan Williams2017-03-301-1/+1
| | | |/ / / | | |/| | |
* | | | | | Cope with the common case of passing node[“whatever”] as template variables.Noah Kantrowitz2017-04-041-1/+5
* | | | | | Make chefstyle happy.Noah Kantrowitz2017-04-031-1/+1
* | | | | | Allow lazy{} to be used in template resource variables.Noah Kantrowitz2017-04-031-1/+20
|/ / / / /
* | | | | chef code changes for changing amazon platform_familyLamont Granquist2017-04-036-9/+9
| |_|/ / |/| | |
* | | | Merge pull request #5990 from chef/lcg/zypper-gpgThom May2017-04-031-12/+2
|\ \ \ \
| * | | | Chef-13: turn on zypper gpg checks by defaultlcg/zypper-gpgLamont Granquist2017-04-021-12/+2
* | | | | Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-022-6/+2
* | | | | also need to wrap Errno::EPIPE here at leastLamont Granquist2017-04-011-2/+2
* | | | | revert back to throwing Chef::Exceptions::CronLamont Granquist2017-04-011-2/+5