summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the license_scout that comes with Omnibus gemtduffield/license_scout/pin-to-1.xTom Duffield2018-02-082-35/+18
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version to 14.0.48 by Expeditorv14.0.48Chef Expeditor2018-02-085-12/+12
|
* Merge pull request #6833 from chef/tm/disable_chatty_ohaiThom May2018-02-084-22/+7
|\ | | | | Don't rely on the Passwd Ohai plugin in resources
| * remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-074-22/+7
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version to 14.0.47 by Expeditorv14.0.47Chef Expeditor2018-02-075-10/+12
| |
* | Merge pull request #6364 from chef/knife_rbTim Smith2018-02-073-4/+15
|\ \ | |/ |/| Link to the knife docs when the knife config file is missing
| * Link to the knife.rb docs when the knife.rb file is missingknife_rbTim Smith2018-01-223-4/+15
| | | | | | | | | | | | This is a pretty common first error message to experience with Chef. Let's point the users to a helpful location so they can quickly get up and running. Add some YARD comments while I was in the config class Signed-off-by: Tim Smith <tsmith@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