summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,