summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-074-22/+7
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #6830 from chef/sp/remove-32bit-windows-testingThom May2018-02-071-2/+1
|\ | | | | No longer test against 32-bit Ruby on Appveyor
| * Switching to Visual Studio 2017 machine in AppveyorStuart Preston2018-02-071-1/+1
| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * Removing 32-bit testing on Windowssp/remove-32bit-windows-testingStuart Preston2018-02-071-1/+0
| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | Update CHANGELOG.md with details from pull request #6828Chef Expeditor2018-02-071-3/+4
| |
* | Merge pull request #6828 from Intility/windows_task_warning_fixThom May2018-02-071-13/+13
|\ \ | | | | | | Grammar fixes in windows_task
| * | remove punctuation for consistencyTor Magnus Rakvåg2018-02-071-7/+7
| | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg tm@intility.no
| * | remove contractionsTor Magnus Rakvåg2018-02-071-7/+7
| | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg tm@intility.no
| * | plural to singular, consistent use of contractionsTor Magnus Rakvåg2018-02-061-3/+3
| |/ | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
* | Bump version to 14.0.46 by Expeditorv14.0.46Chef Expeditor2018-02-075-15/+16
| |
* | Merge pull request #6807 from algaut/masterTim Smith2018-02-072-5/+13
|\ \ | |/ |/| Fix windows_task idle_time validation
| * Fix windows_task idle_time validationalgaut2018-02-062-5/+13
|/ | | | | | | | | | Two improvements: - Compare frequency to :idle_time instead of comparing to an incomplete list of other frequencies - Keep all the validation logic in the function instead of splitting it between the function and where the function is called Added some specs tests too Signed-off-by: Alan Gauthier <algaut35@gmail.com>
* Bump version to 14.0.45 by Expeditorv14.0.45Chef Expeditor2018-02-065-11/+12
|
* Merge pull request #6826 from chef/bye_debian_7Lamont Granquist2018-02-057-47/+0
|\ | | | | Remove testing of Debian 7 as it's going EOL
| * Remove testing of Debian 7bye_debian_7Tim Smith2018-02-047-47/+0
|/ | | | | | Debian 7 goes EOL 31st May 2018 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.44 by Expeditorv14.0.44Chef Expeditor2018-02-025-11/+12
|
* Merge pull request #6820 from chef/tm/apt_package_insanityLamont Granquist2018-02-021-3/+3
|\ | | | | guard against somehow being called by the package resource
| * Use apt_package instead of package, and rename filetm/apt_package_insanityLamont Granquist2018-02-021-3/+3
| | | | | | | | | | | | this really only tests apt_package, but was written before Chef 12. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Revert "guard against somehow being called by the package resource"Lamont Granquist2018-02-021-1/+1
| | | | | | | | This reverts commit 5da5f764f442a6d5bf3e20686b8f239eedb38a73.
| * guard against somehow being called by the package resourceThom May2018-02-011-1/+1
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 14.0.43 by Expeditorv14.0.43Chef Expeditor2018-02-015-13/+14
|
* Merge pull request #6810 from chef/tm/apt_debconf_promptsThom May2018-02-014-434/+449
|\ | | | | Avoid dpkg prompts for modified config files
| * Ensure that we only set config file options if necessarytm/apt_debconf_promptsThom May2018-01-302-441/+436
| | | | | | | | | | | | | | | | - If the user has already set some options, trust that they know what they're doing - Bonus fixup of the apt_package provider tests. Signed-off-by: Thom May <thom@chef.io>
| * temporarily skip tests that have duplicate options while WIPCam Cope2018-01-301-3/+5
| |
| * add test that overwrite_config_files is set to a default valueCam Cope2018-01-301-0/+4
| |
| * fix tests to reflect options changeCam Cope2018-01-301-5/+5
| |
| * remove unnecessay quotes that caused problemsCam Cope2018-01-301-2/+2
| |
| * fix type errorCam Cope2018-01-301-1/+1
| |
| * convert to arrays, fix logic gatingCam Cope2018-01-301-4/+6
| |
| * Avoid apt (dpkg) prompts for modified config filesCam Cope2018-01-302-1/+13
|/
* 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>