Modified: puppet/modules/blog/manifests/init.pp =================================================================== --- puppet/modules/blog/manifests/init.pp 2011-01-18 17:33:02 UTC (rev 837) +++ puppet/modules/blog/manifests/init.pp 2011-01-18 17:34:15 UTC (rev 838) @@ -18,7 +18,7 @@ } apache::vhost_other_app { "blog.$domain": - vhost_file => "/etc/httpd/conf/vhosts.d/01_blogs_vhosts.conf", + vhost_file => "blog/01_blogs_vhosts.conf", } file { "/var/lib/blog":