summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Merge pull request #9635 from chef/VSingh/fix-sudo-password-errorTim Smith2020-04-131-2/+12
|\
| * Match reason :bad_sudo_password for wrong attemptVSingh/fix-sudo-password-errorVivek Singh2020-04-111-2/+2
| * Fixes for sudo passwordVivek Singh2020-04-091-2/+12
* | Fix knife bootstrap_version CLI option overriding config optionLamont Granquist2020-04-081-3/+2
|/
* Fix typoVivek Singh2020-04-061-1/+1
* revert dist constant to hardcoded in default_bootstrap_templateMarc Chamberland2020-04-031-1/+1
* /bootstrap_project/bootstrap_product/sawanoboly2019-12-111-4/+3
* add bootstrap_project for install cincsawanoboly2019-11-211-0/+6
* Merge pull request #8856 from MsysTechnologiesllc/bootstrap_password_promptTim Smith2019-10-081-4/+28
|\
| * Fix password prompt in the bootstrap command.Amol Shinde2019-09-111-4/+28
* | Replace exception text check with reason symbolVivek Singh2019-08-291-1/+1
* | Fix chefstyleVivek Singh2019-08-211-11/+9
* | Remove retry_require boolean & check on pty keyVivek Singh2019-08-211-3/+1
* | Bootstrap: Set pty true only if requiredVivek Singh2019-08-141-3/+14
|/
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* Style/EmptyMethodLamont Granquist2019-07-021-6/+3
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+10
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-2/+2
* use mixlib-cli's deprecation mechanismMarc A. Paradise2019-06-101-102/+65
* Merge pull request #8633 from chef/constant_warningsTim Smith2019-06-061-2/+2
|\
| * Avoid constant warningsconstant_warningsTim Smith2019-06-031-2/+2
* | Chef-15: Adding short argument's deprecation check (#8626)Nimesh2019-06-051-16/+37
|/
* Add hooks for plugins in knife bootstrapBryan McLellan2019-06-031-0/+38
* Merge pull request #8619 from chef/btm/knife-bootstrap-log-templateTim Smith2019-05-301-1/+1
|\
| * Trace output the actual bootstrap template filenameBryan McLellan2019-05-301-1/+1
* | Fix ssh user set from cli (#8558)dheerajd-msys2019-05-281-2/+2
* | Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+1
|\ \
| * | more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
| * | More distro constant applicationsMarc Chamberland2019-05-231-1/+1
| |/
* | Chef-15: Add missing deprecated options (#8573)Vivek Kumar Singh2019-05-241-1/+7
* | fix order of connection before register node (#8574)dheerajd-msys2019-05-241-1/+1
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Only set client_pem in bootstrap_context when validatorlessbtm/client_key_validator_fixBryan McLellan2019-05-171-3/+2
* Enable pty for bootstrap sshbootstrap-uses-ptyMarc A. Paradise2019-05-161-0/+1
* Bootstrap updatesmp/bootstrap-updatesMarc A. Paradise2019-05-141-25/+32
* Merge pull request #8521 from MsysTechnologiesllc/VSingh/bootstrap-session-ti...Bryan McLellan2019-05-131-6/+29
|\
| * Add a warning when session-timeout is too shortMarc A. Paradise2019-05-131-0/+19
| * Revert "Revert default session timeout value"Marc A. Paradise2019-05-131-3/+4
| * Revert default session timeout valueVivek Singh2019-05-141-4/+3
| * Set session timeout default valueVivek Singh2019-05-141-4/+5
| * Add --session-timeout bootstrap option for both ssh & winrmVivek Singh2019-05-131-6/+9
* | Merge pull request #8524 from chef/btm/retry-fingerprintBryan McLellan2019-05-131-19/+29
|\ \
| * | move retry into #connect!Bryan McLellan2019-05-131-21/+19
| * | Update RELEASE NOTES and trim out friendly_opt_listbtm/retry-fingerprintBryan McLellan2019-05-131-10/+2
| * | Use new Net:SSH host key verify valuesBryan McLellan2019-05-131-10/+30
| |/
* | Winrm check code refactorVivek Singh2019-05-131-4/+4
|/
* Merge pull request #8489 from MsysTechnologiesllc/VSingh/bootstrap-parse-max-...Bryan McLellan2019-05-101-1/+1
|\