summaryrefslogtreecommitdiff
path: root/spec/unit/knife/bootstrap_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Pull in updates from jdunn's PRTim Smith2018-03-121-18/+2
* Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-151-0/+12
* Escape single-quoted strings from the contextAllan Espinosa2017-12-201-0/+5
* If we don't have a run_list, don't send ittm/fix-policy-bootstrapThom May2017-07-051-0/+4
* Changed EOP to 'EOP' to avoid content expansionafiune/COOL-617/fix-here-strings-in-bashSalim Afiune2017-03-091-0/+29
* Fix chefstyleGrant Ridder2017-02-211-1/+1
* CHEF-4538 - add an option for gateway_identity_file that will allow key-based...brettcave2017-02-211-0/+5
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-6/+8
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-3/+3
* Copy client.d files during bootstrapJay Mundrawala2016-02-241-0/+49
* 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-11/+10
* Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-031-1/+36
|\
| * Allow use of command line fips switch for knifeJay Mundrawala2016-01-281-1/+36
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-4/+4
* Use double quotes by defaultThom May2016-01-141-17/+17
* no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-221-4/+8
* Fix testsJeff Blaine2015-11-231-7/+7
* Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-0/+15
* write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-6/+33
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-3/+55
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Enforce passing a node name when bootstrapping with chef-vault or userryan/validatorless_bootstrapRyan Cragun2015-05-011-0/+13
* Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-201-8/+20
* Fix expect receiveJay Mundrawala2015-03-021-1/+1
* Rename specJay Mundrawala2015-03-021-1/+1
* write spec for case of validation_key is nil.sawanoboly2015-02-271-0/+14
* derpLamont Granquist2015-02-131-1/+1
* fixed a bug in --bootstrap-vault-itemLamont Granquist2015-02-131-0/+7
* prepend bootstrap_ to all CLI argslcg/1923Lamont Granquist2015-02-111-2/+2
* validatorless bootstraps and chef-vault integrationLamont Granquist2015-02-111-15/+61
* moving bootstrap templates directoryLamont Granquist2015-02-111-1/+1
* Rspec 3 compat.Serdar Sutay2014-11-071-3/+3
* Make sure that :distro is evaluated later than :bootstrap_template and :templ...Serdar Sutay2014-11-071-1/+27
* Update to RSpec 3.Claire McQuin2014-10-291-82/+82
* Fixed review comments related to bootstrap config spec testssiddheshwar-more2014-10-201-0/+40
* Removed spec tests related to bootstrap config optionssiddheshwar-more2014-10-111-74/+0
* Fixed issue related to precedence of knife config optionssiddheshwar-more2014-10-091-0/+30
* Make knife bootstrap unit test pass on windowsJay Mundrawala2014-09-291-1/+4
* Fixing bad method definitiontyler-ball2014-09-291-3/+3
* Finishing UX spec - storing CL options in different config values so we can c...tyler-ball2014-09-291-55/+9
* Thanks to Lamont, fix trusted certs test failures on Windows.Chris Doherty2014-09-161-1/+1
* reliably stub cert transfer testsClaire McQuin2014-09-081-7/+11
* Stub reading of validation keyClaire McQuin2014-09-081-0/+2
* Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-081-0/+5
* Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-081-1/+1