| Index: modules/updateserver/manifests/init.pp |
| =================================================================== |
| --- a/modules/updateserver/manifests/init.pp |
| +++ b/modules/updateserver/manifests/init.pp |
| @@ -1,15 +1,19 @@ |
| class updateserver { |
| class {'nginx': |
| worker_processes => 2, |
| worker_connections => 4000, |
| ssl_session_cache => off, |
| } |
| + class {'statsclient': |
| + log_path => '/var/log/nginx/access_log_update.1.gz', |
| + } |
| + |
| File { |
| owner => root, |
| group => root |
| } |
| file {'/var/www': |
| ensure => directory, |
| mode => 0755, |