| Index: modules/hgweb/manifests/init.pp |
| diff --git a/modules/hgweb/manifests/init.pp b/modules/hgweb/manifests/init.pp |
| index 6953c2646aecf7f62bdcf8e330527e0bfded8300..f174831f2148acc8648b2eb59b080366afd6cb13 100644 |
| --- a/modules/hgweb/manifests/init.pp |
| +++ b/modules/hgweb/manifests/init.pp |
| @@ -174,6 +174,7 @@ class hgweb( |
| }, |
| content => template('hgweb/nginx.conf.erb'), |
| is_default => $is_default, |
| + global_config => template('hgweb/nginx_global.conf.erb'), |
| log => 'access_log_hg', |
| private_key => $private_key ? { |
| 'undef' => undef, |