summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* see what up with the proxy teststm/proxy_testsThom May2018-01-231-0/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 14.0.16 by Expeditorv14.0.16Chef Expeditor2018-01-235-11/+12
|
* Merge pull request #6765 from chef/lcg/node-map-last-writer-winsLamont Granquist2018-01-227-62/+45
|\ | | | | Convert node map to last-writer-wins for ties
| * fix integration testslcg/node-map-last-writer-winsLamont Granquist2018-01-221-26/+26
| |
| * Convert node map to last-writer-wins for tiesLamont Granquist2018-01-226-36/+19
| | | | | | | | | | | | | | | | | | | | | | | | We still bind preferentially by specificity, but for ties with specificity we now prefer last-writer-wins instead of the alphabetic by class name method we had before (that was never documented and I'm pretty certain nobody understood). So now `provides(:whatever) { true }` in a cookbook should always win over core. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.15 by Expeditorv14.0.15Chef Expeditor2018-01-225-11/+12
| |
* | Merge pull request #6762 from chef/lcg/remove-node-setLamont Granquist2018-01-223-26/+2
|\ \ | | | | | | Remove node.set and node.set_unless attribute levels
| * | Chef-14 Breaking: remove node.set and node.set_unlesslcg/remove-node-setLamont Granquist2018-01-223-26/+2
| | | | | | | | | | | | | | | | | | been deprecated since late-12. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.0.14 by Expeditorv14.0.14Chef Expeditor2018-01-225-11/+12
| | |
* | | Merge pull request #6764 from chef/openssl_fixTim Smith2018-01-225-10/+10
|\ \ \ | |_|/ |/| | Rename the OpenSSL mixin to avoid name conflicts
| * | Rename the OpenSSL mixin to avoid name conflictsTim Smith2018-01-225-10/+10
|/ / | | | | | | | | | | This way people don't have to refactor their code from OpenSSL::Whatever to ::OpenSSL::Whatever Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.13 by Expeditorv14.0.13Chef Expeditor2018-01-225-11/+12
| |
* | Merge pull request #6763 from ↵Lamont Granquist2018-01-223-390/+44
|\ \ | | | | | | | | | | | | chef/revert-6595-feature/add-action_create-to-windows_service Revert "add create and delete actions for windows_service"
| * | Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-223-390/+44
|/ /
* | Bump version to 14.0.12 by Expeditorv14.0.12Chef Expeditor2018-01-225-11/+12
| |
* | Merge pull request #6515 from dimsh99/fix_for_6242Lamont Granquist2018-01-221-1/+1
|\ \ | | | | | | Convert actions in Chef::Resource::Notification to symbols to prevent double notification
| * \ Merge branch 'master' of https://github.com/chef/chef into fix_for_6242Dmitry Shestoperov2017-11-2932-243/+279
| |\ \
| * \ \ Merge branch 'master' of github.com:dimsh99/chef into fix_for_6242Dmitry Shestoperov2017-11-2920-85/+255
| |\ \ \
| * | | | Simplified conversionDmitry Shestoperov2017-11-071-5/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitry Shestoperov <dmitry@shestoperov.info>
| * | | | Action is converted to symbol if possibledmitrys2017-10-231-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dmitrys <dmitrys@northernlight.com>
* | | | | Bump version to 14.0.11 by Expeditorv14.0.11Chef Expeditor2018-01-225-11/+12
| | | | |
* | | | | Merge pull request #6595 from ↵Thom May2018-01-223-44/+390
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jasonwbarnett/feature/add-action_create-to-windows_service add create and delete actions for windows_service
| * | | | | add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-233-44/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | | | Bump version to 14.0.10 by Expeditorv14.0.10Chef Expeditor2018-01-225-11/+12
| | | | | |
* | | | | | Merge pull request #6607 from andyfeller/knife-search-doc-quote-fixesThom May2018-01-223-15/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixing missing and/or inconsistent quoting in knife search documentation
| * \ \ \ \ \ Merge branch 'knife-search-doc-quote-fixes' of github.com:andyfeller/chef ↵Andy Feller2017-11-280-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into knife-search-doc-quote-fixes
| | * | | | | | Fixing missing and/or inconsistent quoting in knife search documentationAndy Feller2017-11-283-15/+15
| | | | | | | |
| * | | | | | | Fixing missing and/or inconsistent quoting in knife search documentationAndy Feller2017-11-283-15/+15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obvious fix. Signed-off-by: Andy Feller <andrew.feller@gmail.com>
* | | | | | | Bump version to 14.0.9 by Expeditorv14.0.9Chef Expeditor2018-01-225-11/+12
| | | | | | |
* | | | | | | Merge pull request #6670 from jasonwbarnett/remove-unused-argumentThom May2018-01-222-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unused chef_server_fqdn argument: run_status
| * | | | | | | Remove unused chef_server_fqdn argument: run_statusJason Barnett2017-12-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | | | | | Bump version to 14.0.8 by Expeditorv14.0.8Chef Expeditor2018-01-225-11/+12
| | | | | | | |
* | | | | | | | Merge pull request #6723 from vinsonlee/remove-update-rc.d-dryrun-optionThom May2018-01-221-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove update-rc.d -n (dryrun) option.
| * | | | | | | | Remove update-rc.d -n (dryrun) option.Vinson Lee2018-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | init-system-helpers 1.50 removed the broken -n (dryrun) option. https://anonscm.debian.org/git/collab-maint/init-system-helpers.git/commit/?id=e0d3d2261c91c5d3dd8a980fcc5244b3b6ce8158 Signed-off-by: Vinson Lee <vlee@freedesktop.org>
* | | | | | | | | Bump version to 14.0.7 by Expeditorv14.0.7Chef Expeditor2018-01-225-11/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #6742 from zanecodes/fix_knife_id_only_formattingThom May2018-01-221-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Prevent knife search --id-only from outputting IDs in the same format…
| * | | | | | | | Change single quotes to double quotes to appease the Style GodsZane Geiger2018-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zane Geiger <zane.geiger@relativity.com>
| * | | | | | | | Prevent knife search --id-only from outputting IDs in the same format as an ↵Zane Geiger2018-01-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empty hash Signed-off-by: Zane Geiger <zane.geiger@relativity.com>
* | | | | | | | | Bump version to 14.0.6 by Expeditorv14.0.6Chef Expeditor2018-01-225-11/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #6445 from chef/knife_ssh_identity_fileTim Smith2018-01-221-6/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove deprecated knife ssh --identity-file option
| * | | | | | | | | Remove deprecated knife ssh --identity-file optionknife_ssh_identity_fileTim Smith2017-09-261-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was replaced with --ssh_identity_file Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | | | | Bump version to 14.0.5 by Expeditorv14.0.5Chef Expeditor2018-01-225-11/+12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6736 from chef/openssl_resourcesTim Smith2018-01-2210-0/+726
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add dhparam, rsa_private_key and rsa_public_key resources
| * | | | | | | | | | Chefstyle fixopenssl_resourcesTim Smith2018-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | | | | Remove node from the specsTim Smith2018-01-123-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're not using this here anymore Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | | | | Allow file to handle the OS specific valuesTim Smith2018-01-123-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | | | | Add some resource specsTim Smith2018-01-123-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | | | | Make the private key mode be 600 by defaultTim Smith2018-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | | | | Improve readability a tiny bit in the mixinTim Smith2018-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per the review Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | | | | Add tests for the mixinTim Smith2018-01-053-11/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>