aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-16 01:26:38 +0000
committerDamien Lallement <dams@mageia.org>2011-02-16 01:26:38 +0000
commita84972933ff5f4ae30c32935ae762cf24a2fc9a8 (patch)
tree2efe444a56ad1fe09abcd507a71d94c27db2f834 /modules/planet
parent6e33a0f611cf84852df0df4b1b8c8a2af7378014 (diff)
downloadpuppet-a84972933ff5f4ae30c32935ae762cf24a2fc9a8.tar
puppet-a84972933ff5f4ae30c32935ae762cf24a2fc9a8.tar.gz
puppet-a84972933ff5f4ae30c32935ae762cf24a2fc9a8.tar.bz2
puppet-a84972933ff5f4ae30c32935ae762cf24a2fc9a8.tar.xz
puppet-a84972933ff5f4ae30c32935ae762cf24a2fc9a8.zip
typo after renaming vhosts.conf
Diffstat (limited to 'modules/planet')
-rw-r--r--modules/planet/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index 7d9c7786..dd7345e6 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -15,7 +15,7 @@ class planet {
include apache::mod_deflate
apache::vhost_base { "$planet_domain":
location => $planet_location,
- content => template('planet/02_planet_vhosts.conf')
+ content => template('planet/planet_vhosts.conf')
}
file { "/var/www/html/planet.$domain":