summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-04-261-4/+7
* 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
* | | | | convert remaining popen4 code to shell_outLamont Granquist2017-04-015-78/+35
* | | | | remove popen4 from cron resource + fix specsLamont Granquist2017-03-311-19/+4
* | | | | Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-3126-38/+0
| |/ / / |/| | |
* | | | Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-211-2/+4
|\ \ \ \
| * | | | smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-171-4/+4
| * | | | Merge branch 'master' of https://github.com/chef/chef into smf_recursive_depe...markgibbons2017-02-0660-844/+1485
| |\ \ \ \
| * | | | | smf_recursive_dependencies: Chef style fixesmarkgibbons2017-01-171-4/+4
| * | | | | smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-121-3/+4