summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/proxy.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/proxy.pp b/manifests/vhost/proxy.pp
index 106f5d6..56b2e1d 100644
--- a/manifests/vhost/proxy.pp
+++ b/manifests/vhost/proxy.pp
@@ -23,6 +23,7 @@ define apache::vhost::proxy(
$ensure = present,
$domain = 'absent',
$domainalias = 'absent',
+ $htpasswd_file = 'absent',
$target_url,
$server_admin = 'absent',
$logmode = 'default',
@@ -35,6 +36,7 @@ define apache::vhost::proxy(
ensure => $ensure,
template_mode => 'proxy',
domain => $domain,
+ htpasswd_file => $htpasswd_file,
domainalias => $domainalias,
server_admin => $server_admin,
logpath => $operatingsystem ? {