summaryrefslogtreecommitdiff
path: root/manifests/vhost/proxy.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 12:31:14 +0200
committermh <mh@immerda.ch>2011-10-08 12:31:14 +0200
commit9f52ab2655acccd47cf7e3a824b603c5d6846f35 (patch)
tree167561f632d79e79e873865fdf598919fd2b731b /manifests/vhost/proxy.pp
parent34df80bc271f7ed17de879e82b54f31a98926e08 (diff)
migrating a first part over to the new partial style
Diffstat (limited to 'manifests/vhost/proxy.pp')
-rw-r--r--manifests/vhost/proxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/proxy.pp b/manifests/vhost/proxy.pp
index 5783b1f..113f4ef 100644
--- a/manifests/vhost/proxy.pp
+++ b/manifests/vhost/proxy.pp
@@ -38,7 +38,7 @@ define apache::vhost::proxy(
# we use the options field as the target_url
::apache::vhost::template{$name:
ensure => $ensure,
- template_mode => 'proxy',
+ template_partial => 'apache/vhosts/proxy/partial.erb',
domain => $domain,
path => 'really_absent',
path_is_webdir => true,