summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7489 from chef/bootstrap_identity_fileTim Smith2018-10-261-5/+1
|\
| * Remove the deprecated knife bootstrap --identity-file flagbootstrap_identity_fileTim Smith2018-08-131-5/+1
* | better docs for Chef::Knife::Bootstrap#validate_options!Alexandre IGNJATOVIC2018-10-041-1/+7
|/
* Improve the error message when knife bootstrap windows isn't installedknife_cleanupTim Smith2018-07-131-1/+1
* Add some yard / commentsTim Smith2018-07-131-0/+10
* fix Style/HashSyntaxLamont Granquist2018-07-021-116/+116
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Pull in updates from jdunn's PRTim Smith2018-03-121-1/+1
* Remove deprecated bootstrap optionsTim Smith2018-03-121-23/+3
* Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-151-0/+5
* change to boolean in bootstrap as wellSarkis Varozian2017-11-131-1/+1
* CHEF-4538 - add an option for gateway_identity_file that will allow key-based...brettcave2017-02-211-0/+6
* Merge pull request #4059 from yossigo/bootstrap_proxy_authLamont Granquist2016-08-021-0/+8
|\
| * Clean up knife options handling.Yossi Gottlieb2015-10-281-4/+2
| * Add bootstrap proxy authentication support.Yossi Gottlieb2015-10-141-0/+10
* | Ensure that the valid option is given back to the option parserChristo De Lange2016-07-141-0/+1
* | Single space after periodsTim Smith2016-03-051-1/+1
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* | autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* | Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-031-5/+0
|\ \
| * | Allow use of command line fips switch for knifeJay Mundrawala2016-01-281-5/+0
* | | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* | | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/ /
* | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-2/+2
* | Add --openssl-fips to knife bootstrapJay Mundrawala2016-01-251-0/+5
* | Use double quotes by defaultThom May2016-01-141-22/+22
* | autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* | no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-221-1/+1
* | DTRT re: identity_fileJeff Blaine2015-11-231-3/+1
* | Migrate to --ssh-identity-file instead of --identity-fileJeff Blaine2015-11-231-2/+8
* | Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-1/+9
* | follow comment of #3900sawanoboly2015-10-241-11/+8
* | write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-1/+1
* | add option first_boot_attributes_from_filesawanoboly2015-10-241-0/+18
* | Added '--sudo-preserve-home' option to knife bootstrap to allowPaul Mooring2015-10-241-1/+7
* | Allow user@hostname format for knife-bootstrap. [#3527]Patrick Connolly2015-10-241-4/+16
|/
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-0/+35
* Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-021-0/+6
|\
| * Allow tags to be set on a node during bootstrapSean Walberg2015-04-051-0/+6
* | Enforce passing a node name when bootstrapping with chef-vault or userryan/validatorless_bootstrapRyan Cragun2015-05-011-0/+6
|/
* Reset $HOME to user running chef-client when running via sudoTim Sogard2015-03-271-1/+1
* Modify accesses to HOME to use path_helper instead.Kartik Null Cating-Subramanian2015-03-201-1/+2
* Add parens to highlight precedencepr-2988Jay Mundrawala2015-03-021-1/+2
* avoid case Chef::Config[:validation_key] is nil.sawanoboly2015-02-271-1/+1
* fixed a bug in --bootstrap-vault-itemLamont Granquist2015-02-131-3/+4
* add logging of where the validation key isLamont Granquist2015-02-131-1/+1