diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-04 23:09:34 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-04 23:09:34 +0000 |
| commit | 1f8de9d0c211ac5641f5ad827a0f478fff6bd223 (patch) | |
| tree | cd376d4ec4baa846ea9d9e885af7400ea97f63f5 /test/network/client | |
| parent | f783859c6fb9dd7eb79a6775b3fb58441b4a8b9c (diff) | |
| download | puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.tar.gz puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.tar.xz puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.zip | |
Consolidating all of the configuration parameter declarations into configuration, at least partially just because then the docs for each parameter have to be a bit better. Also, I have gotten rid of the "puppet" section, replacing it with "main", and changed, added, or removed a couple of other sections. In general, we should now prefer more sections, rather than fewer.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2463 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/network/client')
| -rwxr-xr-x | test/network/client/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/client/client.rb b/test/network/client/client.rb index 75f36c81b..b33048281 100755 --- a/test/network/client/client.rb +++ b/test/network/client/client.rb @@ -115,7 +115,7 @@ class TestClient < Test::Unit::TestCase Puppet[:ssldir] = confdir Puppet.config.mkdir(:ssldir) Puppet.config.clearused - Puppet.config.use(:certificates, :ca) + Puppet.config.use(:ssl, :ca) mkserver |
