summaryrefslogtreecommitdiff
path: root/spec/data/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some more changes I missedtyler-ball2014-10-072-2/+2
|
* [CHEF-3609] Test no_proxy entries during bootstrapSean Horn2013-10-101-0/+2
|
* revert whitespace for all spec/data fixturesLamont Granquist2013-09-261-1/+1
| | | | | | - some of these have deliberate whitespace/line-ending differences - without going through them one by one its safer to revert the lot of them
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
|
* [CHEF-4011] `--secret` and `--secret-file` options for `knife bootstrap`Seth Chisamore2013-04-112-0/+10
| | | | | | | | | This commit adds new CLI options to `knife bootstrap` for specifying encrypted data bag secret key (actual string or file) at node bootstrap time. This approach is more explicit than the previous approach of reading the path to the secret key from the `encrypted_data_bag_secret` value in the knife.rb file. For backward compatibility we will still attempt to load a key from Chef::Config[:encrypted_data_bag_secret].
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-302-0/+13
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!