diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:45:33 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:45:33 +0000 |
commit | 21ead5633484309cbc2a50e740f9815781fa8728 (patch) | |
tree | ec0646efbb40695b05cab0b8f7df5279f5320da1 /modules/mga-mirrors | |
parent | cbca9aceb1a94f4dcdd9ec0c04f3579290c44d9f (diff) | |
download | puppet-21ead5633484309cbc2a50e740f9815781fa8728.tar puppet-21ead5633484309cbc2a50e740f9815781fa8728.tar.gz puppet-21ead5633484309cbc2a50e740f9815781fa8728.tar.bz2 puppet-21ead5633484309cbc2a50e740f9815781fa8728.tar.xz puppet-21ead5633484309cbc2a50e740f9815781fa8728.zip |
- fix file name
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |