Modified: puppet/modules/mga-mirrors/manifests/init.pp =================================================================== --- puppet/modules/mga-mirrors/manifests/init.pp 2010-11-04 18:39:37 UTC (rev 104) +++ puppet/modules/mga-mirrors/manifests/init.pp 2010-11-04 18:45:33 UTC (rev 105) @@ -8,7 +8,7 @@ # add a apache vhost file { "mirrors.$domain.conf": - path => "/etc/httpd/conf/vhosts.d/$name", + path => "/etc/httpd/conf/vhosts.d/$name.$domain.conf", ensure => "present", owner => root, group => root,