| Index: modules/updateserver/manifests/init.pp |
| diff --git a/modules/updateserver/manifests/init.pp b/modules/updateserver/manifests/init.pp |
| index 8a1f101431d2a05041ebe8f1115aa6b7bcb6fd3f..b8b67f0e20956a330da4d9ac3f50888de484b1f9 100644 |
| --- a/modules/updateserver/manifests/init.pp |
| +++ b/modules/updateserver/manifests/init.pp |
| @@ -5,7 +5,6 @@ class updateserver( |
| $is_default=false |
| ) { |
| class {'nginx': |
| - worker_processes => 2, |
| worker_connections => 4000, |
| ssl_session_cache => off, |
| } |