summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* fix secret options in windows bootstrapmwrock2020-10-291-2/+2
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-152-10/+10
* Add spaces after attrsTim Smith2020-07-071-0/+1
* Use /etc/chef for bootstrapping instead of ChefConfigdheerajd-msys2020-06-111-9/+9
* Add REM lines to windows bootstrap script to fix labelBryan McLellan2020-05-201-1/+3
* Get lib/ free of spelling violations.Pete Higgins2020-05-182-2/+2
* Knife bootstrap options cleanupLamont Granquist2020-04-174-46/+54
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-133-3/+3
* Fix typoVivek Singh2020-04-061-1/+1
* Fix missing dist constants in bootstrap logicMarc Chamberland2020-04-031-4/+4
* Update all our links to use the new docs site formatTim Smith2020-03-041-2/+2
* remove useless interpolation in commentsMarc Chamberland2020-02-041-2/+2
* Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-041-9/+9
* Use /etc/chef for bootstrapping instead of CONF_DIRmp/CHEF-9224Marc A. Paradise2020-01-161-10/+10
* /bootstrap_project/bootstrap_product/sawanoboly2019-12-111-1/+1
* use @config to picks up default.sawanoboly2019-12-101-1/+1
* add bootstrap_project for install cincsawanoboly2019-11-211-1/+1
* Using umask to avoid race conditionsNimesh-Msys2019-10-091-6/+6
* Removing sh -c ' ' wrapper from bootstrap templateNimesh-Msys2019-09-261-2/+1
* Fix typo when checking for existing chef-clientWill Fisher2019-09-111-1/+1
* Change ownership --sudo option is passed.Vivek Singh2019-08-301-3/+2
* Change ownership only for non-sudo userVivek Singh2019-08-291-2/+1
* Fix always require sudo to change ownershipVivek Singh2019-08-141-1/+3
* Fix chown: Operation not permittedVivek Singh2019-08-071-1/+1
* Make temp dir using mkdir instead of mktempVivek Singh2019-08-061-16/+19
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-023-0/+5
* add commentsawanoboly2019-06-251-0/+3
* ignore noise outputssawanoboly2019-06-241-1/+1
* Merge pull request #8633 from chef/constant_warningsTim Smith2019-06-061-3/+3
|\
| * Avoid constant warningsconstant_warningsTim Smith2019-06-031-3/+3
* | Merge pull request #8630 from cc-build/dist_shellTim Smith2019-06-041-13/+13
|\ \
| * | more distro constantsMarc Chamberland2019-06-031-13/+13
| |/
* | Create bootstrap template in binmode to fix line endingsBryan McLellan2019-06-041-0/+1
|/
* more distro constants for "Chef"Marc Chamberland2019-05-231-2/+1
* 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