summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump ffi without pulling in the inspec/train messlcg/debugging-ffiLamont Granquist2018-06-012-19/+21
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* debugging ffiLamont Granquist2018-06-011-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.1.31 by Chef Expeditorv14.1.31Chef Expeditor2018-06-015-11/+12
|
* Merge pull request #7299 from ↵Thom May2018-06-012-0/+19
|\ | | | | | | | | josh-barker/josh-barker/windows-package-missing-source Check local file exists before installing a windows package
| * Check local file exists before installing a windows packageJosh Barker2018-05-262-0/+19
| | | | | | | | Signed-off-by: Josh Barker <josh.barker.developer@gmail.com>
* | Bump version to 14.1.30 by Chef Expeditorv14.1.30Chef Expeditor2018-05-315-11/+12
| |
* | Merge pull request #7300 from chef/tm/ri_defaultsTim Smith2018-05-311-0/+12
|\ \ | | | | | | resource_inspector: Add default values for properties
| * | return defaultstm/ri_defaultsThom May2018-05-301-0/+12
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version to 14.1.29 by Chef Expeditorv14.1.29Chef Expeditor2018-05-315-11/+12
| | |
* | | Merge pull request #7329 from chef/lcg/fix-yum-versionlockLamont Granquist2018-05-311-1/+1
|\ \ \ | | | | | | | | fix yum versionlock quoting
| * | | fix yum versionlock quotingLamont Granquist2018-05-311-1/+1
|/ / / | | | | | | | | | | | | | | | | | | because we moved to argv-style we need to drop the quotes or else yum itself sees those quotes in the argument. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.1.28 by Chef Expeditorv14.1.28Chef Expeditor2018-05-315-11/+12
| | |
* | | Merge pull request #7324 from coderanger/ssh-agentNoah Kantrowitz2018-05-319-19/+82
|\ \ \ | | | | | | | | Support signing with ssh-agent
| * | | Also update gem deps for new mixlib-authentication usage.Noah Kantrowitz2018-05-312-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Feed the Rubocop.Noah Kantrowitz2018-05-312-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Bump mixlib-authentication for new goodness.Noah Kantrowitz2018-05-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Mention the chmod, ssh-add rejects files with open perms.Noah Kantrowitz2018-05-301-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add a test for ssh-agent mode.Noah Kantrowitz2018-05-301-8/+33
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Release notes showing how to use new ssh-agent feature.Noah Kantrowitz2018-05-301-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-305-8/+24
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Bump version to 14.1.27 by Chef Expeditorv14.1.27Chef Expeditor2018-05-315-11/+12
| | | |
* | | | Merge pull request #7313 from chef/lcg/remove-use-of-a_to_sLamont Granquist2018-05-312-12/+12
|\ \ \ \ | | | | | | | | | | convert a_to_s to shell_out_compact in DNF/yum
| * | | | fix dnf splat argslcg/remove-use-of-a_to_sLamont Granquist2018-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | fixing yum splat argsLamont Granquist2018-05-301-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | convert a_to_s to shell_out_compact in DNF/yumLamont Granquist2018-05-302-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Merge pull request #7305 from chef/lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-3125-243/+318
|\ \ \ \ \ | | | | | | | | | | | | Convert shell_out_with_systems_locale to `default_env: true` API
| * | | | | convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-3025-243/+318
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 14.1.26 by Chef Expeditorv14.1.26Chef Expeditor2018-05-315-11/+12
| | | | | |
* | | | | | Merge pull request #7326 from chef/official_knife_pluginsTim Smith2018-05-311-6/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Better errors with uninstalled official knife plugins
| * | | | | | Assume ChefDK in the messagingTim Smith2018-05-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | Avoid some unnecessary complexityofficial_knife_pluginsTim Smith2018-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already know the plugin name so there's no need to use find in order to return the plugin name. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | Better errors with uninstalled official knife pluginsTim Smith2018-05-301-3/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the mention of Chef .10 Remove terremark and bluebox Add more modern plugins Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.1.25 by Chef Expeditorv14.1.25Chef Expeditor2018-05-315-12/+13
| | | | | |
* | | | | | Merge pull request #7328 from chef/tm/fix_ad_join_rebootTim Smith2018-05-312-4/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | windows_ad_join: Ensure that reboot requests work
| * | | | | | Ensure that reboot requests on AD Join worktm/fix_ad_join_rebootThom May2018-05-312-4/+19
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | | Bump version to 14.1.24 by Chef Expeditorv14.1.24Chef Expeditor2018-05-315-11/+12
| | | | | |
* | | | | | Merge pull request #7325 from chef/knife_cred_fileTim Smith2018-05-301-8/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Properly print path to config file to the screen in knife configure
| * | | | | Properly print path to config file to the screen in knife configureTim Smith2018-05-301-8/+12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | config[:config_file] was nil Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.1.23 by Chef Expeditorv14.1.23Chef Expeditor2018-05-305-11/+12
| | | | |
* | | | | Merge pull request #7298 from chef/lcg/shell-out-internal-flagLamont Granquist2018-05-3010-46/+58
|\ \ \ \ \ | |/ / / / | | | | | add default_env flag to shell_out and execute resource
| * | | | change "internal" to "default_env"Lamont Granquist2018-05-306-13/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | add description + make rubocop less annoyinglcg/shell-out-internal-flagLamont Granquist2018-05-252-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | add internal flag to shell_out and execute resourceLamont Granquist2018-05-259-46/+54
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | this will wind up replacing shell_out_with_systems_locale. also fixes an issue in the sysctl provider. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.1.22 by Chef Expeditorv14.1.22Chef Expeditor2018-05-305-11/+12
| |_|/ |/| |
* | | Merge pull request #7295 from chef/lcg/cookbook-fqdn-errorLamont Granquist2018-05-291-0/+1
|\ \ \ | |/ / |/| | Cookbook Version: add host-<fqdn> to the error message for templates and files specificity
| * | add host-<fqdn> to the error message herelcg/cookbook-fqdn-errorLamont Granquist2018-05-251-0/+1
|/ / | | | | | | | | | | closes #1479 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.1.21 by Chef Expeditorv14.1.21Chef Expeditor2018-05-215-11/+12
| |
* | Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-2110-770/+129
|\ \ | | | | | | Cleanup AIX and Solaris user resources.
| * | clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-105-26/+16
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | bonus fix to remove unnecessary duping in dscl userLamont Granquist2018-05-101-7/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>