aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/start.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-06-13 11:02:58 +0000
committerNicolas Vigier <boklm@mageia.org>2012-06-13 11:02:58 +0000
commite9bcff3c555362425a397ce7f908460dc8977e6a (patch)
treeb2a5248148b03ab8effea6c49855cf7a894333a0 /deployment/websites/manifests/start.pp
parent40bb9ffbc9bf0b6c9417c6198eae3a2dfaa530d8 (diff)
downloadpuppet-e9bcff3c555362425a397ce7f908460dc8977e6a.tar
puppet-e9bcff3c555362425a397ce7f908460dc8977e6a.tar.gz
puppet-e9bcff3c555362425a397ce7f908460dc8977e6a.tar.bz2
puppet-e9bcff3c555362425a397ce7f908460dc8977e6a.tar.xz
puppet-e9bcff3c555362425a397ce7f908460dc8977e6a.zip
fix typo in start.mageia.org
Diffstat (limited to 'deployment/websites/manifests/start.pp')
-rw-r--r--deployment/websites/manifests/start.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp
index 08427089..e4c383ce 100644
--- a/deployment/websites/manifests/start.pp
+++ b/deployment/websites/manifests/start.pp
@@ -1,6 +1,6 @@
class websites::start {
include websites::base
- apache::vhost_redirect { "sart.$::domain":
+ apache::vhost_redirect { "start.$::domain":
url => "http://www.mageia.org/community/",
}
}