aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/websites/manifests/init.pp7
-rw-r--r--manifests/nodes.pp1
2 files changed, 0 insertions, 8 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"
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 1eac79a9..1e55cd48 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -65,7 +65,6 @@ node alamut {
timezone::timezone { "Europe/Paris": }
include catdap
- include websites::donate
include mga-mirrors
include epoll
include transifex