diff options
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r-- | lib/puppet/defaults.rb | 3 |
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, |