summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-12 23:30:36 +0200
committermh <mh@immerda.ch>2011-10-12 23:30:36 +0200
commit42f3d56f39a7c82ae7774f750178e078e801c137 (patch)
tree82e11807977e482ae09878b9ee622a0cb10e8a1b
parent70b4688cc6e9915b39d6c7326a100ec38d6affd2 (diff)
fix template path
-rw-r--r--manifests/vhost/redirect.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/redirect.pp b/manifests/vhost/redirect.pp
index 3297279..ec23fb7 100644
--- a/manifests/vhost/redirect.pp
+++ b/manifests/vhost/redirect.pp
@@ -32,7 +32,7 @@ define apache::vhost::redirect(
# we use the options field as the target_url
::apache::vhost::template{$name:
ensure => $ensure,
- template_partial => 'apache/vhost/redirect/partial.erb',
+ template_partial => 'apache/vhosts/redirect/partial.erb',
domain => $domain,
path => 'really_absent',
path_is_webdir => true,