summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-11-01 19:25:34 +0100
committermh <mh@immerda.ch>2010-11-01 19:25:34 +0100
commitead90d3f85bfd3b6d2737643b2ca1fcd7441f4b7 (patch)
tree50be2371b4b257153a233e3cc066e5add0fc0588 /manifests/vhost
parent5b6c9af9cd9e9f6d9ae321ae8035a51cea5fdb7e (diff)
add htpasswd option
Diffstat (limited to 'manifests/vhost')
-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 ? {