Puppet: System Administration Automated

Support

Ticket #1176: puppet-fix-1176-2.patch

File puppet-fix-1176-2.patch, 0.7 kB (added by arogge, 9 months ago)

Fix indentation, use spaces instead of a tab

  • a/lib/puppet/network/http_pool.rb

    old new  
    8888        class << http; attr_accessor :ca_file; end 
    8989 
    9090        http.use_ssl = true 
    91        # Use configured timeout (#1176) 
     91        # Use configured timeout (#1176) 
    9292        http.read_timeout = Puppet[:configtimeout] 
    9393        http.open_timeout = Puppet[:configtimeout] 
    9494        # JJM Configurable fix for #896.