summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10410 from chef/VSingh/knife-bootstrap-with-nonroot-userTim Smith2021-01-261-4/+54
|\
| * Rescue Train::UserError and re-try with su_passwordVSingh/knife-bootstrap-with-nonroot-userVivek Singh2020-09-181-16/+17
| * Fix AIX su password match stringVivek Singh2020-09-171-1/+1
| * Passed block and limits resursive callsVivek Singh2020-09-171-16/+6
| * Fixed test case failureVivek Singh2020-09-171-1/+1
| * handles su - USER sesssion to perform bootstrapVivek Singh2020-09-171-4/+63
* | require net/sshVSingh/require-net-sshVivek Singh2020-11-121-0/+1
* | Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-081-1/+1
|/
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-11/+11
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* autoload license_acceptance/acceptor in knife loadingmwrock2020-09-091-1/+3
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Replace highline gem with tty-promptVivek Singh2020-07-211-9/+3
* Implement ENFORCE_LICENSE dist constant for knife bootstrapLance Albertson2020-06-281-1/+1
* spellchecklcg/config-value-aggressive-deprecationLamont Granquist2020-06-221-1/+1
* More aggressively deprecate config_valueLamont Granquist2020-06-221-3/+12
* Merge pull request #9974 from chef/warn_on_validator_bootstrapTim Smith2020-06-091-5/+2
|\
| * Warn during bootstrapping when using validation keyswarn_on_validator_bootstrapTim Smith2020-06-091-5/+2
* | Let the user know what protocol we're using in knife bootstrapTim Smith2020-06-091-1/+1
|/
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-5/+5
* Align all our comments with the codeTim Smith2020-05-061-6/+6
* Knife bootstrap options cleanupLamont Granquist2020-04-171-92/+87
* 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
|/