summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* prepend bootstrap_ to all CLI argslcg/1923Lamont Granquist2015-02-111-9/+9
* validatorless bootstraps and chef-vault integrationLamont Granquist2015-02-111-14/+82
* moving bootstrap templates directoryLamont Granquist2015-02-111-1/+1
* Make sure that :distro is evaluated later than :bootstrap_template and :templ...Serdar Sutay2014-11-071-7/+8
* Removed spec tests related to bootstrap config optionssiddheshwar-more2014-10-111-0/+2
* Changes to fix review commentssiddheshwar-more2014-10-101-6/+6
* Fixed issue related to precedence of knife config optionssiddheshwar-more2014-10-091-6/+6
* Fixing bad method definitiontyler-ball2014-09-291-1/+1
* Finishing UX spec - storing CL options in different config values so we can c...tyler-ball2014-09-291-12/+4
* Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-261-10/+8
* Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-261-0/+18
* Fixes based on PR comments.Serdar Sutay2014-08-261-13/+21
* Specs for bootstrap cleanup.Serdar Sutay2014-08-261-15/+8
* Fixes based on the PR comments.Serdar Sutay2014-08-261-1/+8
* Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-261-23/+0
* Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-261-22/+39
* Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-261-4/+0
* remove JSON gem usageLamont Granquist2014-08-111-2/+2
* Merge pull request #1364 from opscode/bootstrap-winrm-warningClaire McQuin2014-06-091-0/+2
|\
| * .first instead of .includecuriositycasualty2014-04-231-1/+1
| * warning if host resembles winrm commandcuriositycasualty2014-04-081-0/+2
* | add knife options for chef-full customizationClaire McQuin2014-05-081-0/+20
* | Don't eat the authentication failed exception on bootstrapHongbin Lu2014-03-281-1/+3
|/
* Make the bootstrap messages more user friendly.sersut2014-03-101-1/+1
* this option should not be used by customersjamescott2013-11-061-1/+1
* [CHEF-4509] read `secret` `secret_file` from knife hashSeth Chisamore2013-10-171-2/+4