diff options
Diffstat (limited to 'lib/puppet/networkclient.rb')
-rw-r--r-- | lib/puppet/networkclient.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/networkclient.rb b/lib/puppet/networkclient.rb index d6975c5c2..fa5a21957 100644 --- a/lib/puppet/networkclient.rb +++ b/lib/puppet/networkclient.rb @@ -136,7 +136,8 @@ module Puppet nil, # proxy_port nil, # user nil, # password - true # use_ssl + true, # use_ssl + 120 # a two minute timeout, instead of 30 seconds ) if hash[:Certificate] |