summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 15.6.6 by Chef Expeditorv15.6.6Chef Expeditor2019-12-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9036 from ↵Tim Smith2019-12-092-7/+11
|\ | | | | | | | | MsysTechnologiesllc/VSingh/fix-apt-repository-resource-uri Fix apt_repository uri single/double quotes and spaces
| * Use URI.escape for url with spacesVivek Singh2019-12-022-7/+13
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Fix apt_repository uri single/double quotes and spacesVivek Singh2019-12-022-9/+7
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 15.6.5 by Chef Expeditorv15.6.5Chef Expeditor2019-12-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9042 from ↵Tim Smith2019-12-092-16/+70
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1148_ChefConfig_should_expand_relative_paths Fix for ChefConfig should expand relative paths
| * | Fix for MSYS-1148 ChefConfig should expand relative pathsKapil chouhan2019-12-052-16/+70
| | | | | | | | | | | | Signed-off-by: Kapil chouhan <kapil.chouhan@msystechnologies.com>
* | | Bump version to 15.6.4 by Chef Expeditorv15.6.4Chef Expeditor2019-12-097-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9060 from cinc-project/dist_conf_dirTim Smith2019-12-0912-55/+98
|\ \ \ | | | | | | | | Replace hardcoded /etc/chef with Chef::Dist::CONF_DIR
| * | | bribing the copsMarc Chamberland2019-12-054-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | removing internal usage of platform_specific_pathMarc Chamberland2019-12-054-39/+65
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | some leftover/new "Chef" references converted to distro constantsMarc Chamberland2019-12-057-7/+14
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | inserting distro constants into windows service messagesMarc Chamberland2019-12-053-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | Inserting distro constants into Windows Service description and nameMarc Chamberland2019-12-051-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | Giving chef-config its own dist.rb, using it in chefs dist.rbMarc Chamberland2019-12-053-10/+19
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | replacing hardcoded /etc/chef with Chef::Dist::CONF_DIRMarc Chamberland2019-12-051-7/+8
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | Bump version to 15.6.3 by Chef Expeditorv15.6.3Chef Expeditor2019-12-097-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge branch 'teknofire-will/fix_credentials_ssl_verify_mode'Tim Smith2019-12-092-0/+40
|\ \ \ \
| * | | | Chefstyle fixesTim Smith2019-12-091-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Merge branch 'will/fix_credentials_ssl_verify_mode' of ↵Tim Smith2019-12-092-0/+40
| |\ \ \ \ |/ / / / / | | | | | | | | | | https://github.com/teknofire/chef into teknofire-will/fix_credentials_ssl_verify_mode
| * | | | Move the coerce up to the global config levelWill Fisher2019-11-182-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Will Fisher <wfisher@chef.io>
| * | | | Remove trailing whitespaceWill Fisher2019-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Will Fisher <wfisher@chef.io>
| * | | | Symbolize config for ssl_verify_mode in credentialsWill Fisher2019-11-052-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chef doesn't handle a string value for `ssl_verify_mode` configs and this converts it to a symbol. This also handles if the user specifies a symbol as a string Signed-off-by: Will Fisher <wfisher@chef.io>
* | | | | Bump version to 15.6.2 by Chef Expeditorv15.6.2Chef Expeditor2019-12-097-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9147 from zeusttu/specify-args-in-node-read-error-msgTim Smith2019-12-092-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Specify item path in Node.read! error message
| * | | | | Specify item path in Node.read! error messageZeust the Unoobian2019-12-092-4/+4
|/ / / / / | | | | | | | | | | | | | | | Obvious fix.
* | | | | Bump version to 15.6.1 by Chef Expeditorv15.6.1Chef Expeditor2019-12-067-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9145 from chef/lcg/no-stack-protector-strongLamont Granquist2019-12-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | bump omnibus-software + rhel6 fix
| * | | | | bump omnibus-software + rhel6 fixLamont Granquist2019-12-061-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | most notably pulls in the -fstack-protector-strong fix for rhel6 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 15.6.0 by Chef Expeditorv15.6.0Chef Expeditor2019-12-067-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9130 from chef/profTim Smith2019-12-052-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Update ruby_prof to 1.0
| * | | | | Update ruby_prof to 1.0profTim Smith2019-12-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 15.5.26 by Chef Expeditorv15.5.26Chef Expeditor2019-12-057-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9141 from chef/more_trimTim Smith2019-12-051-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update omnnibus-software to add further ruby cleanup
| * | | | | Update omnnibus-software to add further ruby cleanupTim Smith2019-12-051-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This will drop our install size on disk by 4% Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.5.25 by Chef Expeditorv15.5.25Chef Expeditor2019-12-057-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9138 from chef/bump_omnibusTim Smith2019-12-041-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Bump Omnibus to the latest
| * | | | | Bump Omnibus to the latestTim Smith2019-12-041-4/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.5.24 by Chef Expeditorv15.5.24Chef Expeditor2019-12-057-19/+20
|/ / / / | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9137 from chef/new_omnibusTim Smith2019-12-042-15/+15
|\ \ \ \ | | | | | | | | | | Update Ohai and pull in Ruby perf improvements
| * | | | Update Ohai and pull in Ruby perf improvementsTim Smith2019-12-042-15/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This is a much smaller Ohai and ruby that runs --version 25% faster on windows by improving require performance Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.5.23 by Chef Expeditorv15.5.23Chef Expeditor2019-12-047-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9136 from chef/lcg/bump-omnibus3Tim Smith2019-12-041-34/+41
|\ \ \ \ | | | | | | | | | | Bump omnibus-software to remove libtool+pkg-config
| * | | | Bump omnibus-software to remove libtool+pkg-configLamont Granquist2019-12-041-34/+41
|/ / / / | | | | | | | | | | | | | | | | | | | | plus other changes. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Revert "Bump omnibus-software to remove libtool+pkg-config"Lamont Granquist2019-12-041-41/+34
| | | | | | | | | | | | | | | | This reverts commit 6bce91fbf63bd2aa5fe48afdf13ca416d44c348f.
* | | | Bump omnibus-software to remove libtool+pkg-configLamont Granquist2019-12-041-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | plus other changes. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 15.5.22 by Chef Expeditorv15.5.22Chef Expeditor2019-12-047-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Resolve non-zero "success" error code issues with linux_user re… (#9105)Lamont Granquist2019-12-042-9/+22
|\ \ \ \ | | | | | | | | | | Resolve non-zero "success" error code issues with linux_user resource
| * \ \ \ Merge branch 'skippyj/linux_user' of github.com:skippyj/chef into ↵skippy2019-11-190-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | skippyj/linux_user
| | * | | | Removed method for defining return codes, changed to evaluate stderr on exit ↵skippy2019-11-192-30/+24
| | | | | | | | | | | | | | | | | | | | | | | | code 12