| Index: modules/notificationserver/manifests/init.pp | 
| diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp | 
| index f51db151818ece1f852124f5bd1f0a4fa3180693..1d7eaf21f3a8602783bf6a8078647c6cd5a6cfa6 100644 | 
| --- a/modules/notificationserver/manifests/init.pp | 
| +++ b/modules/notificationserver/manifests/init.pp | 
| @@ -1,10 +1,6 @@ | 
| class notificationserver($is_default = false) { | 
| -  if !defined(Class['nginx']) { | 
| -    class {'nginx': | 
| -      worker_connections => 4000, | 
| -      ssl_session_cache => off, | 
| -    } | 
| -  } | 
| + | 
| +  include nginx | 
|  | 
| class {'sitescripts': | 
| sitescriptsini_source => 'puppet:///modules/notificationserver/sitescripts.ini' | 
|  |