| Index: manifests/webserver.pp |
| =================================================================== |
| --- a/manifests/webserver.pp |
| +++ b/manifests/webserver.pp |
| @@ -24,8 +24,26 @@ sitescripts.formmail.web.formmail = |
| [formmail] |
| template=formmail/template/eyeo.mail', |
| } |
| class {'nagios::client': |
| server_address => 'monitoring.adblockplus.org' |
| } |
| } |
| + |
| +node 'web2' { |
|
Felix Dahlke
2015/03/13 16:24:10
It's fine by me for now, but we should probably fi
|
| + include base, 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' |
| + } |
| +} |