Index: manifests/webserver.pp |
=================================================================== |
--- a/manifests/webserver.pp |
+++ b/manifests/webserver.pp |
@@ -22,24 +22,20 @@ mailer=/usr/sbin/sendmail |
[multiplexer] |
sitescripts.formmail.web.formmail = |
[formmail] |
template=formmail/template/eyeo.mail', |
} |
} |
node 'web2' { |
- include base, statsclient |
+ include statsclient |
class {'web::server': |
vhost => 'beta.adblockplus.org', |
certificate => 'beta.adblockplus.org_sslcert.pem', |
private_key => 'beta.adblockplus.org_sslcert.key', |
is_default => true, |
repository => 'web.adblockplus.org', |
# Hack: This server doesn't need multiplexer but it needs sitescripts |
multiplexer_locations => [], |
} |
- |
- class {'nagios::client': |
- server_address => 'monitoring.adblockplus.org' |
- } |
} |