Revision
105
Author
nanardon
Date
2010-11-04 19:45:33 +0100 (Thu, 04 Nov 2010)

Log Message

- fix file name

Modified Paths

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,