summaryrefslogtreecommitdiffstats
path: root/lib/puppet/executables
Commit message (Collapse)AuthorAgeFilesLines
* Removing now-obsolete the wait-for-cert module.Luke Kanies2008-08-071-77/+0
| | | | | | This functionality has moved into the SSL::Host class. Signed-off-by: Luke Kanies <luke@madstop.com>
* Merge branch '0.24.x'Luke Kanies2008-06-141-4/+11
|\ | | | | | | | | | | | | Conflicts: lib/puppet/executables/client/certhandler.rb spec/unit/executables/client/certhandler.rb
| * Fix bug in test, add more specs and small refactorAndrew Shafer2008-06-141-3/+12
| | | | | | | | | | | | | | 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 :(
* | Merge branch '0.24.x'Luke Kanies2008-06-141-4/+6
|/ | | | | | | | | | | | | | | | 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
* Try againAndrew Shafer2008-06-101-0/+68
Add the class to handle certs, specs and modify puppetd should fix 1190, 1199, 1200