summaryrefslogtreecommitdiff
path: root/chef-config
Commit message (Collapse)AuthorAgeFilesLines
* Fill in some default config values for workstation commands.Noah Kantrowitz2018-06-232-0/+114
| | | | | | node_name defaults to the current username. client_key defaults to either $node_name.pem or user.pem. validation_key to either $validation_client_name.pem, validator.pem, or validation.pem. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Add support for a $CHEF_HOME environment variable and improve support for ↵Noah Kantrowitz2018-06-231-1/+17
| | | | | | the existing $KNIFE_HOME. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Refactor the dot_d helpers and simplify them a bit.Noah Kantrowitz2018-06-231-10/+15
| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Use `has_key?` so as to not add the blank keys to the config unless needed.Noah Kantrowitz2018-06-231-4/+4
| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Make the default validation client name more likely to be correct.Noah Kantrowitz2018-06-232-1/+27
| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Demote this log line to trace because this is not generally something a user ↵Noah Kantrowitz2018-06-231-1/+1
| | | | | | needs to worry about. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Bump version to 14.3.20 by Chef Expeditorv14.3.20Chef Expeditor2018-06-211-1/+1
|
* Bump version to 14.3.19 by Chef Expeditorv14.3.19Chef Expeditor2018-06-211-1/+1
|
* Merge pull request #7387 from coderanger/more-credsThom May2018-06-212-17/+24
|\ | | | | Rework the credentials file system to support any config keys.
| * Rework the credentials file system to support any config keys.Noah Kantrowitz2018-06-202-17/+24
| | | | | | | | | | | | This won't work with 100% of Chef config options, but it should cover the majority and avoids situations where we forget to add important options in here in the future. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 14.3.18 by Chef Expeditorv14.3.18Chef Expeditor2018-06-191-1/+1
| |
* | Bump version to 14.3.17 by Chef Expeditorv14.3.17Chef Expeditor2018-06-181-1/+1
| |
* | Simplify the deprecations system a bit, and introduce ways to silence ↵Noah Kantrowitz2018-06-141-0/+5
|/ | | | | | deprecation warnings. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Bump version to 14.3.16 by Chef Expeditorv14.3.16Chef Expeditor2018-06-141-1/+1
|
* Bump version to 14.3.15 by Chef Expeditorv14.3.15Chef Expeditor2018-06-141-1/+1
|
* Bump version to 14.3.14 by Chef Expeditorv14.3.1413.9.113.9Chef Expeditor2018-06-131-1/+1
|
* Bump version to 14.3.13 by Chef Expeditorv14.3.13Chef Expeditor2018-06-131-1/+1
|
* Bump version to 14.3.12 by Chef Expeditorv14.3.12Chef Expeditor2018-06-131-1/+1
|
* Bump version to 14.3.11 by Chef Expeditorv14.3.11Chef Expeditor2018-06-131-1/+1
|
* Bump version to 14.3.10 by Chef Expeditorv14.3.10Chef Expeditor2018-06-131-1/+1
|
* Bump version to 14.3.9 by Chef Expeditorv14.3.9Chef Expeditor2018-06-131-1/+1
|
* Bump version to 14.3.8 by Chef Expeditorv14.3.8Chef Expeditor2018-06-121-1/+1
|
* Bump version to 14.3.7 by Chef Expeditorv14.3.7Chef Expeditor2018-06-121-1/+1
|
* Bump version to 14.3.6 by Chef Expeditorv14.3.6Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.3.5 by Chef Expeditorv14.3.5Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.3.4 by Chef Expeditorv14.3.4Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.3.3 by Chef Expeditorv14.3.3Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.3.2 by Chef Expeditorv14.3.2Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.3.1 by Chef Expeditorv14.3.1Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.3.0 by Chef Expeditorv14.3.0Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.2.3 by Chef Expeditorv14.2.3Chef Expeditor2018-06-111-1/+1
|
* Bump version to 14.2.2 by Chef Expeditorv14.2.2Chef Expeditor2018-06-071-1/+1
|
* Bump version to 14.2.1 by Chef Expeditorv14.2.1Chef Expeditor2018-06-071-1/+1
|
* Bump version to 14.2.0 by Chef Expeditorv14.2.0Chef Expeditor2018-06-041-1/+1
|
* Bump version to 14.1.36 by Chef Expeditorv14.1.36Chef Expeditor2018-06-041-1/+1
|
* Bump version to 14.1.35 by Chef Expeditorv14.1.35Chef Expeditor2018-06-041-1/+1
|
* Bump version to 14.1.34 by Chef Expeditorv14.1.34Chef Expeditor2018-06-041-1/+1
|
* Bump version to 14.1.33 by Chef Expeditorv14.1.33Chef Expeditor2018-06-041-1/+1
|
* Bump version to 14.1.32 by Chef Expeditorv14.1.32Chef Expeditor2018-06-031-1/+1
|
* Bump version to 14.1.31 by Chef Expeditorv14.1.31Chef Expeditor2018-06-011-1/+1
|
* Bump version to 14.1.30 by Chef Expeditorv14.1.30Chef Expeditor2018-05-311-1/+1
|
* Bump version to 14.1.29 by Chef Expeditorv14.1.29Chef Expeditor2018-05-311-1/+1
|
* Bump version to 14.1.28 by Chef Expeditorv14.1.28Chef Expeditor2018-05-311-1/+1
|
* Merge pull request #7324 from coderanger/ssh-agentNoah Kantrowitz2018-05-311-1/+5
|\ | | | | Support signing with ssh-agent
| * Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-301-1/+5
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 14.1.27 by Chef Expeditorv14.1.27Chef Expeditor2018-05-311-1/+1
| |
* | Bump version to 14.1.26 by Chef Expeditorv14.1.26Chef Expeditor2018-05-311-1/+1
| |
* | Bump version to 14.1.25 by Chef Expeditorv14.1.25Chef Expeditor2018-05-311-1/+1
| |
* | Bump version to 14.1.24 by Chef Expeditorv14.1.24Chef Expeditor2018-05-311-1/+1
| |
* | Bump version to 14.1.23 by Chef Expeditorv14.1.23Chef Expeditor2018-05-301-1/+1
| |