From 42f3d56f39a7c82ae7774f750178e078e801c137 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 12 Oct 2011 23:30:36 +0200 Subject: fix template path --- manifests/vhost/redirect.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3