Skip to content

Commit

Permalink
Merge pull request #1041 from bastelfreak/events_use
Browse files Browse the repository at this point in the history
change events_use default false->undef
  • Loading branch information
hunner committed Mar 8, 2017
2 parents 6f166e0 + bb981b1 commit 332867c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
$client_body_timeout = '60',
$send_timeout = '60',
$lingering_timeout = '5',
$events_use = false,
$events_use = undef,
$fastcgi_cache_inactive = '20m',
$fastcgi_cache_key = false,
$fastcgi_cache_keys_zone = 'd3:100m',
Expand Down Expand Up @@ -173,9 +173,6 @@
if (!is_integer($worker_rlimit_nofile)) {
fail('$worker_rlimit_nofile must be an integer.')
}
if (!is_string($events_use)) and ($events_use != false) {
fail('$events_use must be a string or false.')
}
validate_string($multi_accept)
validate_array($proxy_set_header)
validate_array($proxy_hide_header)
Expand Down

0 comments on commit 332867c

Please sign in to comment.