summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-4/+4
* Merge pull request #8507 from MarkGibbons/solaris_bootstrapTim Smith2019-05-101-1/+2
|\
| * Use exports compatibile with /bin/sh in the bootstrap scriptmarkgibbons2019-05-081-1/+2
* | Convert require to require_relativeLamont Granquist2019-05-081-4/+4
|/
* Check for directories on Windows before creatingMarc A. Paradise2019-05-071-3/+12
* Fix win create temp dirVivek Singh2019-05-071-2/+1
* Pass channel directly into the script/url to determine Chef Infra downloadmp/bootstrap/restore-prereleaseMarc A. Paradise2019-05-031-2/+2
* Add some yard docsCHEF-8432/fix-default-protocolMarc A. Paradise2019-05-021-9/+73
* Ensure that requested protocol is available and correctMarc A. Paradise2019-05-021-37/+34
* Remove testing method TrainConnector#test_instanceMarc A. Paradise2019-05-021-21/+0
* Add tests, and make connector more testableMarc A. Paradise2019-04-291-28/+21
* Implement Bootstrap::TrainConnectorMarc A. Paradise2019-04-291-0/+293
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-262-6/+6
* Apply suggestions from code reviewTim Smith2019-04-241-2/+2
* Remove 5.2/2003r2 - we do not produce binaries for win 2003Marc A. Paradise2019-04-241-4/+0
* Remove bootstrap includeMarc A. Paradise2019-04-242-2/+0
* Move bootstrap CLI options back into BootstrapMarc A. Paradise2019-04-241-356/+0
* Rubocop!Marc A. Paradise2019-04-241-152/+150
* Bootstrap via chef_coreMarc A. Paradise2019-04-242-0/+629
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-2/+2
* Update knife bootstrap template to use up to date omnitruck URLMark Harrison2019-01-291-1/+1
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* @returns should be @return in yardyard_fixesTim Smith2018-07-161-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-151-0/+6
* Changed EOP to 'EOP' to avoid content expansionafiune/COOL-617/fix-here-strings-in-bashSalim Afiune2017-03-091-6/+6
* Typos and improved wordingTim Smith2016-03-051-1/+1
* Copy client.d files during bootstrapJay Mundrawala2016-02-241-0/+5
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-022-2/+2
* Use double quotes by defaultThom May2016-01-142-9/+9
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-6/+6
* no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-222-20/+15
* Updates the template to use omnitruck-direct.chef.iocwebberOps/omnitruckChristopher Webber2015-12-151-1/+1
* fix omnitruck urlThom May2015-09-291-1/+1
* Bootstrap doc doesnt match realityTim Smith2015-09-261-4/+3
* Add policyfile attributes to client builderpolicyfile-bootstrap-integrationdanielsdeleo2015-09-241-0/+12
* Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-021-0/+3
|\
| * Allow tags to be set on a node during bootstrapSean Walberg2015-04-051-0/+3
* | Require 'chef/knife/bootstrap' when defining subclassesSteven Danna2015-08-252-0/+2
* | Remove old bootstrap templates:Julian C. Dunn2015-08-032-148/+0
* | The wording seemed odd.jjasghar/needed_theJJ Asghar2015-06-261-1/+1
* | Fix some errant bashismstm/fix_bashismsThom May2015-06-251-4/+4
* | Address review comments from @btmJulian C. Dunn2015-04-201-7/+3
* | Address review comment https://github.com/chef/chef/pull/2877#discussion_r263...Julian C. Dunn2015-04-201-18/+0
* | Several bugs found during testing:Julian C. Dunn2015-04-201-2/+3
* | Gotta do something with that stderr we so carefully captured.Julian C. Dunn2015-04-201-0/+5
* | Copy more robust routines from Omnitruck installer.Julian C. Dunn2015-04-201-31/+86
* | Rebase and resolve conflicts.Julian C. Dunn2015-04-201-22/+126
|/