summaryrefslogtreecommitdiffstats
path: root/lib/puppet/defaults.rb
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2007-12-06 16:04:35 -0600
committerRick Bradley <rick@rickbradley.com>2007-12-06 16:04:35 -0600
commitd267fb2a0b6539ea08c3f855fab4666dd6506f11 (patch)
tree054e52a3761446758ca1ce2584fa9390deb2aefc /lib/puppet/defaults.rb
parentb38f5384ed3a2427672a1b2008500bfa2a704731 (diff)
parent507406bd44f01e151483f148fadc8d50a9640984 (diff)
downloadpuppet-d267fb2a0b6539ea08c3f855fab4666dd6506f11.tar.gz
puppet-d267fb2a0b6539ea08c3f855fab4666dd6506f11.tar.xz
puppet-d267fb2a0b6539ea08c3f855fab4666dd6506f11.zip
Merge branch 'master' of git://reductivelabs.com/puppet into routing
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r--lib/puppet/defaults.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 5b9b4ea9a..33f3eda91 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -387,6 +387,9 @@ module Puppet
"The HTTP proxy port to use for outgoing connections"],
:http_keepalive => [true,
"Whether to reuse http connections, thus enabling http-keepalive."],
+ :http_enable_post_connection_check => [true,
+ "Boolean; wheter or not puppetd should validate the server
+ SSL certificate against the request hostname."],
:server => ["puppet",
"The server to which server puppetd should connect"],
:ignoreschedules => [false,