aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 22:30:47 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 22:30:47 +0000
commitdf7e04bfec0ad1a7ea284fcabe3dd25cb6b776e7 (patch)
tree4300faebcedbd21d4e7ac6daa6ba76d1f063e5f6 /deployment/websites/manifests
parentb023a62af667c31f26ea50d47d60ee8293cbab68 (diff)
downloadpuppet-df7e04bfec0ad1a7ea284fcabe3dd25cb6b776e7.tar
puppet-df7e04bfec0ad1a7ea284fcabe3dd25cb6b776e7.tar.gz
puppet-df7e04bfec0ad1a7ea284fcabe3dd25cb6b776e7.tar.bz2
puppet-df7e04bfec0ad1a7ea284fcabe3dd25cb6b776e7.tar.xz
puppet-df7e04bfec0ad1a7ea284fcabe3dd25cb6b776e7.zip
fix wrongly named module
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/www.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index 63055946..511b537e 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -1,4 +1,4 @@
-class buildsystem {
+class websites {
class www inherits base {
$vhost = "www.$domain"
$vhostdir = "$webdatadir/www.$domain"