From 21ead5633484309cbc2a50e740f9815781fa8728 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 4 Nov 2010 18:45:33 +0000 Subject: - fix file name --- modules/mga-mirrors/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mga-mirrors/manifests/init.pp') diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index 9aa0ed58..97bdc994 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -8,7 +8,7 @@ class mga-mirrors { # 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, -- cgit v1.2.1