From 256c6b388f1eab2b2baa673b775794204fe320af Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 8 Mar 2017 18:25:35 +0100 Subject: [PATCH] change worker_connections default string->int --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 2de6ac5ed..2390af063 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -128,7 +128,7 @@ $ssl_stapling = 'off', $types_hash_bucket_size = '512', $types_hash_max_size = '1024', - $worker_connections = '1024', + $worker_connections = 1024, $worker_processes = '1', $worker_rlimit_nofile = '1024', $ssl_protocols = 'TLSv1 TLSv1.1 TLSv1.2',