From 3d24b12d73aad0bac74e4b2f1e214b79f3ca9231 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 17 Apr 2008 15:50:40 -0500 Subject: The certificate authority now uses a Host instance named 'ca'. It previously was a subclass of Host, but this should make it easier to separate between the thing doing the signing and the thing managing the necessary files. --- spec/integration/network/server/mongrel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/integration/network') diff --git a/spec/integration/network/server/mongrel.rb b/spec/integration/network/server/mongrel.rb index 65caf78c9..a4089585e 100644 --- a/spec/integration/network/server/mongrel.rb +++ b/spec/integration/network/server/mongrel.rb @@ -43,4 +43,4 @@ describe Puppet::Network::Server do @server.unlisten if @server.listening? end end -end \ No newline at end of file +end -- cgit