summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename .kitchen.travis.yml to .kitchen.dokken.ymltry_ec2Tim Smith2018-01-313-47/+12
| | | | | | We're going to have more than 1 kitchen config now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.42 by Expeditorv14.0.42Chef Expeditor2018-01-305-11/+12
|
* Merge pull request #6782 from cramaechi/CHEF-4959Thom May2018-01-302-1/+28
|\ | | | | Update /etc/fstab on FreeBSD #4959
| * Update logic in mount/mount.rb and mount/mount_spec.rbChibuikem Amaechi2018-01-292-12/+20
| | | | | | | | Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
| * Update .../mount/mount_spec.rbChibuikem Amaechi2018-01-291-0/+10
| | | | | | | | Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
| * Improve handling of default mount optionsChibuikem Amaechi2018-01-291-1/+10
| | | | | | | | Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
| * Update /etc/fstab on FreeBSD #4959Chibuikem Amaechi2018-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | /etc/fstab contains: /source /destination nullfs defaults 0 0 This does not mount after reboot. It should be: /source /destination nullfs rw 0 0 So "defaults" does not work on FreeBSD and must be replaced. Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
* | Bump version to 14.0.41 by Expeditorv14.0.41Chef Expeditor2018-01-305-13/+14
| |
* | Merge pull request #6809 from chef/epic_fail_specThom May2018-01-301-5/+0
|\ \ | |/ |/| Remove the spec for epic_fail
| * Remove the spec for epic_failepic_fail_specTim Smith2018-01-291-5/+0
|/ | | | | | Missed this one Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.40 by Expeditorv14.0.40Chef Expeditor2018-01-305-13/+14
|
* Merge pull request #6808 from chef/lcg/fix-powershell-outLamont Granquist2018-01-291-21/+5
|\ | | | | Fix Appveyor testing: the format of this flametest doesn't matter
| * the format of this flametest doesn't matterlcg/fix-powershell-outLamont Granquist2018-01-291-21/+5
|/ | | | | | | we don't need to test the exact output of this powershell command, just get literally anything that looks like it ran successfully. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.39 by Expeditorv14.0.39Chef Expeditor2018-01-295-11/+12
|
* Merge pull request #6494 from Rarian/lock_package_idempotencyLamont Granquist2018-01-296-43/+75
|\ | | | | Ensure package (un)locking is idempotent
| * Ensure package (un)locking is idempotentAndy Wagner2018-01-046-43/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the nature of the comparison done, the `package_locked` methods will always return false as they presume the package name is a string, when it is in fact always coerced into an array. Additionally in situations where the package_name is set rather than being inherited from the package resource's name, it will always return false. Resolves #6361 Resolves #6493 Signed-off-by: Andy Wagner <andy@andywagner.ca>
* | Bump version to 14.0.38 by Expeditorv14.0.38Chef Expeditor2018-01-295-11/+12
| |
* | Merge pull request #6582 from sarkis/6581-fix-knife-ssh-on-error-behaviorThom May2018-01-292-8/+6
|\ \ | | | | | | use a stricter comparison so knife ssh only fails if --exit-on-error
| * | change to boolean in bootstrap as wellSarkis Varozian2017-11-131-1/+1
| | | | | | | | | | | | Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
| * | refactor on_error optionSarkis Varozian2017-11-111-8/+6
| | | | | | | | | | | | Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
| * | use a stricter comparison here so knife ssh only fails ifSarkis Varozian2017-11-101-1/+1
| | | | | | | | | | | | | | | | | | --exit-on-error Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
* | | Bump version to 14.0.37 by Expeditorv14.0.37Chef Expeditor2018-01-295-11/+12
| | |
* | | Merge pull request #6756 from cramaechi/CHEF-3287Thom May2018-01-291-17/+22
|\ \ \ | | | | | | | | Update error handling for "knife status" #3287
| * | | Update status lineChibuikem Amaechi2018-01-231-22/+22
| | | | | | | | | | | | | | | | Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
| * | | Update error handling for "knife status" #3287Chibuikem Amaechi2018-01-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a node object's ohai_time value is "nil" then the calculated time-since-last-run value is incorrect because the "nil" gets converted to integer "0". "knife status" should signal an error when a node's ohai_time value is nil. Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
* | | | Bump version to 14.0.36 by Expeditorv14.0.36Chef Expeditor2018-01-295-11/+12
| | | |
* | | | Merge pull request #6804 from ↵Thom May2018-01-295-99/+897
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | jasonwbarnett/feature/add-create-delete-and-configure-actions-to-windows_service Add create, delete and configure actions to windows_service
| * | | | Add description property to converge configure actionJason Barnett2018-01-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Remove temporary lineJason Barnett2018-01-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | chefstyle -aJason Barnett2018-01-264-92/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Fix existing tests and add new onesJason Barnett2018-01-264-107/+561
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Add :create, :delete, and :configure actions to the windows_service resourceJason Barnett2018-01-253-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.35 by Expeditorv14.0.35Chef Expeditor2018-01-295-11/+12
| | | | |
* | | | | Merge pull request #6806 from chef/sp/faster-msiThom May2018-01-292-8/+15
|\ \ \ \ \ | | | | | | | | | | | | Add MSIFASTINSTALL property, supported by Windows Installer 5.0
| * | | | | Updating refs to omnibussp/faster-msiStuart Preston2018-01-291-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | | | Add MSIFASTINSTALL property, supported by Windows Installer 5.0Stuart Preston2018-01-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | | | Bump version to 14.0.34 by Expeditorv14.0.34Chef Expeditor2018-01-295-11/+12
| | | | | |
* | | | | | Merge pull request #6802 from chef/attemptsThom May2018-01-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use attempt or attempts in the retries logging
| * | | | | | Use attempt or attemps in the retries loggingattemptsTim Smith2018-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a count. Just add the s if it's more than 1 left. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | Bump version to 14.0.33 by Expeditorv14.0.33Chef Expeditor2018-01-295-11/+12
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #6801 from chef/epic_fail_removalThom May2018-01-291-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove epic_fail alias to ignore_failure
| * | | | | | Remove epic_fail alias to ignore_failureepic_fail_removalTim Smith2018-01-261-5/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We deprecated this in 13.7 and we have a Foodcritic rule to identify it. There's only 1 person using it on the entire Supermarket since we haven't documented it since Chef docs were on the wiki. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.0.32 by Expeditorv14.0.32Chef Expeditor2018-01-265-11/+12
| | | | | |
* | | | | | Merge pull request #6800 from chef/tm/true_nillableTim Smith2018-01-262-10/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Nillable properties are the default now
| * | | | | Nillable properties are the default nowtm/true_nillableThom May2018-01-262-10/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #6054 Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version to 14.0.31 by Expeditorv14.0.31Chef Expeditor2018-01-265-11/+12
| | | | |
* | | | | Merge pull request #6798 from chef/tm/ca_me_harderThom May2018-01-261-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Force the creation of a relative link for cacerts
| * | | | | Force the creation of a relative link for cacertstm/ca_me_harderThom May2018-01-261-3/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version to 14.0.30 by Expeditorv14.0.30Chef Expeditor2018-01-265-11/+12
| | | | |
* | | | | Merge pull request #6796 from chef/tm/fix_ca_certsThom May2018-01-261-13/+15
|\ \ \ \ \ | |/ / / / |/| | | | use a relative link so that docker does not drop our ca bundle link