Skip to content

Commit

Permalink
Bugfix: Add missing gzip parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
phononet committed Feb 14, 2014
1 parent 7c99c70 commit 559eba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
$nginx_error_log = $nginx::params::nx_nginx_error_log,
$http_access_log = $nginx::params::nx_http_access_log,
$proxy_buffer_size = $nginx::params::nx_proxy_buffer_size,
$gzip = $nginx::params::nx_gzip,
) inherits nginx::params {

if $caller_module_name != $module_name {
Expand Down
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
http_cfg_append => $http_cfg_append,
nginx_error_log => $nginx_error_log,
http_access_log => $http_access_log,
gzip => $gzip,
require => Class['nginx::package'],
notify => Class['nginx::service'],
}
Expand Down

0 comments on commit 559eba3

Please sign in to comment.