From 036ddc33a364f75c445b598db93a156f7b6aa3cb Mon Sep 17 00:00:00 2001 From: Rudy Broersma Date: Fri, 27 Oct 2017 12:16:46 +0200 Subject: [PATCH] Suffix timeout values with second indicator Resolution for issue 1137 --- manifests/init.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 2b5cb9456..a6bcce0c5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,9 +62,9 @@ $accept_mutex_delay = '500ms', $client_body_buffer_size = '128k', String $client_max_body_size = '10m', - $client_body_timeout = '60', - $send_timeout = '60', - $lingering_timeout = '5', + $client_body_timeout = '60s', + $send_timeout = '60s', + $lingering_timeout = '5s', Optional[String] $events_use = undef, String $fastcgi_cache_inactive = '20m', Optional[String] $fastcgi_cache_key = undef, @@ -88,7 +88,7 @@ Optional[Variant[Array[String], String]] $http_raw_append = undef, $http_tcp_nodelay = 'on', $http_tcp_nopush = 'off', - $keepalive_timeout = '65', + $keepalive_timeout = '65s', $keepalive_requests = '100', $log_format = {}, Boolean $mail = false, @@ -108,12 +108,12 @@ Optional[String] $proxy_cache_loader_sleep = undef, Optional[String] $proxy_cache_loader_threshold = undef, Optional[Enum['on', 'off']] $proxy_use_temp_path = undef, - $proxy_connect_timeout = '90', + $proxy_connect_timeout = '90s', Integer $proxy_headers_hash_bucket_size = 64, Optional[String] $proxy_http_version = undef, - $proxy_read_timeout = '90', + $proxy_read_timeout = '90s', $proxy_redirect = undef, - $proxy_send_timeout = '90', + $proxy_send_timeout = '90s', Array $proxy_set_header = [ 'Host $host', 'X-Real-IP $remote_addr',