Skip to content

Commit

Permalink
Merge pull request voxpupuli#1035 from bastelfreak/proxy_use_temp_path
Browse files Browse the repository at this point in the history
change proxy_use_temp_path default false->undef
  • Loading branch information
hunner authored Mar 8, 2017
2 parents 9701dc6 + 3eb99cb commit aee85e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
$proxy_cache_loader_files = undef,
$proxy_cache_loader_sleep = undef,
$proxy_cache_loader_threshold = undef,
$proxy_use_temp_path = false,
$proxy_use_temp_path = undef,
$proxy_connect_timeout = '90',
$proxy_headers_hash_bucket_size = 64,
$proxy_http_version = undef,
Expand Down Expand Up @@ -206,10 +206,6 @@
validate_string($proxy_cache_loader_sleep)
validate_string($proxy_cache_loader_threshold)

if ($proxy_use_temp_path != false) {
validate_re($proxy_use_temp_path, '^(on|off)$')
}

if ($fastcgi_cache_path != false) {
validate_string($fastcgi_cache_path)
}
Expand Down

0 comments on commit aee85e5

Please sign in to comment.