Skip to content

Commit

Permalink
Merge pull request #257 from swanke/master
Browse files Browse the repository at this point in the history
Bugfix: Add missing gzip parameter
  • Loading branch information
James Fryman committed Feb 14, 2014
2 parents 7c99c70 + 559eba3 commit 2caf61e
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 2caf61e

Please sign in to comment.