summaryrefslogtreecommitdiffstats
path: root/spec/integration/network
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-17 15:50:40 -0500
committerLuke Kanies <luke@madstop.com>2008-04-17 15:50:40 -0500
commit3d24b12d73aad0bac74e4b2f1e214b79f3ca9231 (patch)
tree2a7f1c027bcd168f86ea3872fd1074a03e70db97 /spec/integration/network
parentdaa8cd57b9f61c40c1b4e6954533f197ee5a2f1d (diff)
downloadpuppet-3d24b12d73aad0bac74e4b2f1e214b79f3ca9231.tar.gz
puppet-3d24b12d73aad0bac74e4b2f1e214b79f3ca9231.tar.xz
puppet-3d24b12d73aad0bac74e4b2f1e214b79f3ca9231.zip
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.
Diffstat (limited to 'spec/integration/network')
-rw-r--r--spec/integration/network/server/mongrel.rb2
1 files changed, 1 insertions, 1 deletions
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