Skip to content

Commit fe7a6f4

Browse files
committed
Remove double-colons before apache parameter
1 parent 25f6a9e commit fe7a6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/mod/proxy.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$apache_version = undef,
2828
$package_name = undef,
2929
$proxy_via = 'On',
30-
$proxy_timeout = $::apache::timeout,
30+
$proxy_timeout = $apache::timeout,
3131
) {
3232
include ::apache
3333
$_apache_version = pick($apache_version, $apache::apache_version)

0 commit comments

Comments
 (0)