Skip to content

Commit 8bd7138

Browse files
committed
Updating proxy per suggestions in #1975
1 parent fe7a6f4 commit 8bd7138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/mod/proxy.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
$apache_version = undef,
2828
$package_name = undef,
2929
$proxy_via = 'On',
30-
$proxy_timeout = $apache::timeout,
30+
$proxy_timeout = undef,
3131
) {
3232
include ::apache
33+
$_proxy_timeout = $apache::timeout
3334
$_apache_version = pick($apache_version, $apache::apache_version)
3435
::apache::mod { 'proxy':
3536
package => $package_name,

0 commit comments

Comments
 (0)