aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-16 01:23:20 +0000
committerDamien Lallement <dams@mageia.org>2011-02-16 01:23:20 +0000
commit93cf2572f9d9b265af56f6a12d7aa8c78e89a749 (patch)
tree17d9ebd781133b5086d92b44a4be0d0b2c3e7714 /modules/planet/templates
parentd6c3e05f62ccb0a613ee83229174120c5385c94d (diff)
downloadpuppet-93cf2572f9d9b265af56f6a12d7aa8c78e89a749.tar
puppet-93cf2572f9d9b265af56f6a12d7aa8c78e89a749.tar.gz
puppet-93cf2572f9d9b265af56f6a12d7aa8c78e89a749.tar.bz2
puppet-93cf2572f9d9b265af56f6a12d7aa8c78e89a749.tar.xz
puppet-93cf2572f9d9b265af56f6a12d7aa8c78e89a749.zip
update to fit with puppet rules explained by misc
Diffstat (limited to 'modules/planet/templates')
-rw-r--r--modules/planet/templates/planet_vhosts.conf (renamed from modules/planet/templates/02_planet_vhosts.conf)2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/templates/02_planet_vhosts.conf b/modules/planet/templates/planet_vhosts.conf
index 18417c14..98173f7f 100644
--- a/modules/planet/templates/02_planet_vhosts.conf
+++ b/modules/planet/templates/planet_vhosts.conf
@@ -1,7 +1,7 @@
<VirtualHost *:80>
ServerName planet.mageia.org
DocumentRoot /var/www/html/planet.mageia.org/
-<Directory /var/www/html/planet.mageia.org/>
+<Directory <%= planet_location %>>
Order deny,allow
Allow from All
AllowOverride All