aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-rw-r--r--deployment/websites/manifests/init.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index ae4c2427..790ec704 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -3,13 +3,6 @@ class websites {
$webdatadir = '/var/www/vhosts'
}
- # should expire on June 2011
- class donate {
- apache::vhost_other_app { "donate.$domain":
- vhost_file => "websites/vhost_donate.conf",
- }
- }
-
# vhost to host static files used by web sites
class static inherits base {
$vhostdir = "$webdatadir/static.$domain"