| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This functionality has moved into the SSL::Host class.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
lib/puppet/executables/client/certhandler.rb
spec/unit/executables/client/certhandler.rb
|
| |
| |
| |
| |
| |
| |
| | |
The tests were failing when run on a machine with certs on the file system
Stub out failure to read where appropriate
Worked fine at my desk :(
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also added the fixes to make the certhandler tests pass
even when certs exist; I'll deal with the conflict later.
Conflicts:
CHANGELOG
bin/puppetd
lib/puppet/network/http/handler.rb
lib/puppet/network/http/mongrel/rest.rb
spec/integration/indirector/rest.rb
spec/integration/network/server/mongrel.rb
spec/integration/network/server/webrick.rb
spec/unit/network/http/webrick.rb
|
|
Add the class to handle certs, specs and modify puppetd
should fix 1190, 1199, 1200
|