Skip to content

Commit

Permalink
Merge pull request #81 from msiedlarek/master
Browse files Browse the repository at this point in the history
Parameter server_tokens of nginx class is actually never used
  • Loading branch information
James Fryman committed Jul 2, 2013
2 parents ec17509 + eed8a21 commit 4419300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
proxy_cache_max_size => $proxy_cache_max_size,
proxy_cache_inactive => $proxy_cache_inactive,
confd_purge => $confd_purge,
server_tokens => $server_tokens,
require => Class['nginx::package'],
notify => Class['nginx::service'],
}
Expand Down

0 comments on commit 4419300

Please sign in to comment.