summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for PathHelper glob.mcquin/glob_fixesClaire McQuin2014-09-181-0/+4
* Use PathHelper's glob.Claire McQuin2014-09-181-2/+3
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+2
* Use PathHelper's glob.Claire McQuin2014-09-181-2/+3
* Use PathHelper's glob.Claire McQuin2014-09-181-2/+3
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+1
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+2
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+1
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+1
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+2
* Use PathHelper's glob.Claire McQuin2014-09-181-3/+4
* Use PathHelper's glob.Claire McQuin2014-09-181-2/+2
* Use PathHelper's glob.Claire McQuin2014-09-181-2/+2
* Use PathHelper's glob.Claire McQuin2014-09-181-5/+5
* Use PathHelper's glob.Claire McQuin2014-09-181-3/+2
* Use PathHelper's glob.Claire McQuin2014-09-182-1/+2
* Use PathHelper's glob.Claire McQuin2014-09-181-1/+2
* Add functionality to escape characters reserved by globClaire McQuin2014-09-182-0/+15
* Merge pull request #2080 from opscode/fix-debian-specChris Doherty2014-09-171-9/+25
|\
| * Rewrite a Debian ifconfig spec to not stub File calls and work on Windows.Chris Doherty2014-09-171-9/+25
|/
* Merge pull request #2067 from opscode/cdoherty-reboot-resource-docsChris Doherty2014-09-171-0/+27
|\
| * Doc changes for the core reboot resource.Chris Doherty2014-09-161-0/+27
* | Merge pull request #2064 from opscode/cdoherty-fix-cert-unitsChris Doherty2014-09-161-1/+1
|\ \
| * | Thanks to Lamont, fix trusted certs test failures on Windows.Chris Doherty2014-09-161-1/+1
|/ /
* | Merge pull request #2059 from opscode/fix-integrationsChris Doherty2014-09-165-5/+8
|\ \
| * | Remove unnecessarily added blank line.Chris Doherty2014-09-151-1/+0
| * | Gross hack: silence the mysterious post-test cleanup error while we investigate.Chris Doherty2014-09-151-1/+4
| * | More single quotes for command path.Chris Doherty2014-09-151-1/+1
| * | More single quotes around a command path.Chris Doherty2014-09-151-1/+2
| * | Fix some client integrations with path quoting.Chris Doherty2014-09-151-1/+1
| * | Fix ipv6 integration spec: single-quote pathname which can have spaces.Chris Doherty2014-09-151-1/+1
* | | Merge pull request #2012 from opscode/mcquin/verify_peer_defaultClaire McQuin2014-09-154-6/+14
|\ \ \
| * | | stubs for :ssl_verify_mode default as :verify_peermcquin/verify_peer_defaultClaire McQuin2014-09-152-2/+8
| * | | Update for changed :ssl_verify_mode default, :verify_peerClaire McQuin2014-09-151-0/+1
| * | | change default of :ssl_verify_mode to :verify_peerClaire McQuin2014-09-151-4/+5
| |/ /
* | | Bump version to 12.0.0.alpha.212.0.0.alpha.2danielsdeleo2014-09-151-1/+1
|/ /
* | Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-156-0/+74
|\ \ | |/ |/|
| * Fix typomcquin/transfer_trusted_certsClaire McQuin2014-09-151-1/+1
| * Update for trusted cert transfer during bootstrap.Claire McQuin2014-09-081-0/+1
| * reliably stub cert transfer testsClaire McQuin2014-09-081-7/+11
| * Stub reading of validation keyClaire McQuin2014-09-081-0/+2
| * Look for certs only if :trusted_certs_dir is not nilClaire McQuin2014-09-081-3/+5
| * Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-085-27/+24
| * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-083-4/+4
| * add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
| * Transfer trusted certs during bootstrapClaire McQuin2014-09-085-0/+64
* | Merge pull request #1979 from opscode/cdoherty-reboot-coreChris Doherty2014-09-1212-11/+436
|\ \
| * | Improve the action and throw-label names.Chris Doherty2014-09-124-9/+12
| * | Re-implement immediate reboot using throw/catch, so all the end-of-runChris Doherty2014-09-104-13/+34
| * | Add #reboot! to Rebooter for immediate rebooting; make Rebooter stateless;Chris Doherty2014-09-102-19/+43